#775312

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

Shades of Raw Umber #775312

Tints of Raw Umber #775312

Color information

#775312 (or 0x775312) is unknown color: approx Raw Umber. HEX triplet: 77, 53 and 12. RGB value is (119,83,18). Sum of RGB (Red+Green+Blue) = 119+83+18=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775312 is #88ACED. Grayscale: #565656. Windows color (decimal): -8957166 or 1201015. OLE color: 1201015.

HSL color Cylindrical-coordinate representation of color #775312: hue angle of 38.61º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #775312 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1198318-
CMYK00.300.850.53
HSL38.61º73.72%26.86%-
HSV(B)38.61º84.87%46.67%-
XYZ10.8110.151.96-
YUV86.3589.43151.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=54.09%
G=37.73%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119831800.300.850.5338.6173.7226.86
Hex77531201E5535274a1b
Octal16712322036125654711233
Binary11101111010011100100111101010101110101100111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775312; }

 p { color: rgb(119,83,18); }

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

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

 a { background-color: rgb(119,83,18); }

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

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

 span { border-color: rgb(119,83,18); }

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