#775208

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

Shades of Raw Umber #775208

Tints of Raw Umber #775208

Color information

#775208 (or 0x775208) is unknown color: approx Raw Umber. HEX triplet: 77, 52 and 08. RGB value is (119,82,8). Sum of RGB (Red+Green+Blue) = 119+82+8=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #775208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775208 is #88ADF7. Grayscale: #545454. Windows color (decimal): -8957432 or 545399. OLE color: 545399.

HSL color Cylindrical-coordinate representation of color #775208: hue angle of 40º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #775208 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119828-
CMYK00.310.930.53
HSL40º87.4%24.9%-
HSV(B)40º93.28%46.67%-
XYZ10.679.971.59-
YUV84.6384.76152.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=56.94%
G=39.23%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11982800.310.930.534087.424.9
Hex7752801F5D35285719
Octal16712210037135655012731
Binary1110111101001010000111111011101110101101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775208; }

 p { color: rgb(119,82,8); }

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

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

 a { background-color: rgb(119,82,8); }

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

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

 span { border-color: rgb(119,82,8); }

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