#81580C

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

Shades of Raw Umber #81580C

Tints of Raw Umber #81580C

Color information

#81580C (or 0x81580C) is unknown color: approx Raw Umber. HEX triplet: 81, 58 and 0C. RGB value is (129,88,12). Sum of RGB (Red+Green+Blue) = 129+88+12=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81580C is #7EA7F3. Grayscale: #5B5B5B. Windows color (decimal): -8300532 or 809089. OLE color: 809089.

HSL color Cylindrical-coordinate representation of color #81580C: hue angle of 38.97º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81580C is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1298812-
CMYK00.320.910.49
HSL38.97º82.98%27.65%-
HSV(B)38.97º90.7%50.59%-
XYZ12.6111.671.94-
YUV91.683.08154.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=56.33%
G=38.43%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129881200.320.910.4938.9782.9827.65
Hex8158C0205B3127531c
Octal20113014040133614712334
Binary100000011011000110001000001011011110001100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81580C; }

 p { color: rgb(129,88,12); }

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

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

 a { background-color: rgb(129,88,12); }

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

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

 span { border-color: rgb(129,88,12); }

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