#764811

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

Shades of Raw Umber #764811

Tints of Raw Umber #764811

Color information

#764811 (or 0x764811) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 11. RGB value is (118,72,17). Sum of RGB (Red+Green+Blue) = 118+72+17=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764811 is #89B7EE. Grayscale: #4F4F4F. Windows color (decimal): -9025519 or 1132662. OLE color: 1132662.

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

Color convert

RGB1187217-
CMYK00.390.860.54
HSL32.67º74.81%26.47%-
HSV(B)32.67º85.59%46.27%-
XYZ9.898.531.65-
YUV79.4892.74155.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=57.00%
G=34.78%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118721700.390.860.5432.6774.8126.47
Hex7648110275636214b1a
Octal16611021047126664111332
Binary111011010010001000101001111010110110110100001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764811; }

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

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

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

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

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

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

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

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