#764311

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

Shades of Raw Umber #764311

Tints of Raw Umber #764311

Color information

#764311 (or 0x764311) is unknown color: approx Raw Umber. HEX triplet: 76, 43 and 11. RGB value is (118,67,17). Sum of RGB (Red+Green+Blue) = 118+67+17=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #764311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764311 is #89BCEE. Grayscale: #4C4C4C. Windows color (decimal): -9026799 or 1131382. OLE color: 1131382.

HSL color Cylindrical-coordinate representation of color #764311: hue angle of 29.7º 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 #764311 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1186717-
CMYK00.430.860.54
HSL29.7º74.81%26.47%-
HSV(B)29.7º85.59%46.27%-
XYZ9.587.911.55-
YUV76.5594.4157.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=58.42%
G=33.17%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118671700.430.860.5429.774.8126.47
Hex76431102B56361e4b1a
Octal16610321053126663611332
Binary11101101000011100010101011101011011011011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764311; }

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

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

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

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

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

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

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

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