#764814

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

Shades of Raw Umber #764814

Tints of Raw Umber #764814

Color information

#764814 (or 0x764814) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 14. RGB value is (118,72,20). Sum of RGB (Red+Green+Blue) = 118+72+20=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764814 is #89B7EB. Grayscale: #505050. Windows color (decimal): -9025516 or 1329270. OLE color: 1329270.

HSL color Cylindrical-coordinate representation of color #764814: hue angle of 31.84º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #764814 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1187220-
CMYK00.390.830.54
HSL31.84º71.01%27.06%-
HSV(B)31.84º83.05%46.27%-
XYZ9.918.541.79-
YUV79.8394.24155.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=56.19%
G=34.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118722000.390.830.5431.8471.0127.06
Hex764814027533620471b
Octal16611024047123664010733
Binary111011010010001010001001111010011110110100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764814; }

 p { color: rgb(118,72,20); }

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

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

 a { background-color: rgb(118,72,20); }

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

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

 span { border-color: rgb(118,72,20); }

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