#76540F

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

Shades of Raw Umber #76540F

Tints of Raw Umber #76540F

Color information

#76540F (or 0x76540F) is unknown color: approx Raw Umber. HEX triplet: 76, 54 and 0F. RGB value is (118,84,15). Sum of RGB (Red+Green+Blue) = 118+84+15=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76540F is #89ABF0. Grayscale: #565656. Windows color (decimal): -9022449 or 1004662. OLE color: 1004662.

HSL color Cylindrical-coordinate representation of color #76540F: hue angle of 40.19º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76540F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1188415-
CMYK00.290.870.54
HSL40.19º77.44%26.08%-
HSV(B)40.19º87.29%46.27%-
XYZ10.7310.231.86-
YUV86.387.76150.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=54.38%
G=38.71%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118841500.290.870.5440.1977.4426.08
Hex7654F01D5736284d1a
Octal16612417035127665011532
Binary1110110101010011110111011010111110110101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76540F; }

 p { color: rgb(118,84,15); }

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

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

 a { background-color: rgb(118,84,15); }

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

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

 span { border-color: rgb(118,84,15); }

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