#76481A

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

Shades of Raw Umber #76481A

Tints of Raw Umber #76481A

Color information

#76481A (or 0x76481A) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 1A. RGB value is (118,72,26). Sum of RGB (Red+Green+Blue) = 118+72+26=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76481A is #89B7E5. Grayscale: #505050. Windows color (decimal): -9025510 or 1722486. OLE color: 1722486.

HSL color Cylindrical-coordinate representation of color #76481A: hue angle of 30º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76481A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1187226-
CMYK00.390.780.54
HSL30º63.89%28.24%-
HSV(B)30º77.97%46.27%-
XYZ9.988.562.1-
YUV80.5197.24154.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=54.63%
G=33.33%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118722600.390.780.543063.8928.24
Hex76481A0274E361e401c
Octal16611032047116663610034
Binary11101101001000110100100111100111011011011110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76481A; }

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

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

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

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

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

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

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

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