#76530F

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

Shades of Raw Umber #76530F

Tints of Raw Umber #76530F

Color information

#76530F (or 0x76530F) is unknown color: approx Raw Umber. HEX triplet: 76, 53 and 0F. RGB value is (118,83,15). Sum of RGB (Red+Green+Blue) = 118+83+15=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76530F is #89ACF0. Grayscale: #565656. Windows color (decimal): -9022705 or 1004406. OLE color: 1004406.

HSL color Cylindrical-coordinate representation of color #76530F: hue angle of 39.61º 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 #76530F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1188315-
CMYK00.300.870.54
HSL39.61º77.44%26.08%-
HSV(B)39.61º87.29%46.27%-
XYZ10.6510.071.83-
YUV85.7188.1151.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=54.63%
G=38.43%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118831500.300.870.5439.6177.4426.08
Hex7653F01E5736284d1a
Octal16612317036127665011532
Binary1110110101001111110111101010111110110101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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