#775918

Color #775918 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #775918

Tints of Raw Umber #775918

Color information

#775918 (or 0x775918) is unknown color: approx Raw Umber. HEX triplet: 77, 59 and 18. RGB value is (119,89,24). Sum of RGB (Red+Green+Blue) = 119+89+24=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #775918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775918 is #88A6E7. Grayscale: #5A5A5A. Windows color (decimal): -8955624 or 1595767. OLE color: 1595767.

HSL color Cylindrical-coordinate representation of color #775918: hue angle of 41.05º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #775918 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1198924-
CMYK00.250.800.53
HSL41.05º66.43%28.04%-
HSV(B)41.05º79.83%46.67%-
XYZ11.3411.132.42-
YUV90.5690.44148.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=51.29%
G=38.36%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119892400.250.800.5341.0566.4328.04
Hex775918019503529421c
Octal16713130031120655110234
Binary11101111011001110000110011010000110101101001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775918; }

 p { color: rgb(119,89,24); }

 H1.HeaderClassName
 {
   color: #775918;
 }
 .AnyTagClassName
 {
   color: #775918;
 }
</style>
background-color css

<style>
 a { background-color: #775918; }

 a { background-color: rgb(119,89,24); }

 div.DivClassName
 {
   background-color: #775918;
 }
 .BgClassName
 {
   background-color: #775918;
 }
</style>
border-color css

<style>
 span { border-color: #775918; }

 span { border-color: rgb(119,89,24); }

 td.TdClassName
 {
   border-color: #775918;
 }
 .TagClassName
 {
   border-color: #775918;
 }
</style>