#81530B

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

Shades of Raw Umber #81530B

Tints of Raw Umber #81530B

Color information

#81530B (or 0x81530B) is unknown color: approx Raw Umber. HEX triplet: 81, 53 and 0B. RGB value is (129,83,11). Sum of RGB (Red+Green+Blue) = 129+83+11=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81530B is #7EACF4. Grayscale: #585858. Windows color (decimal): -8301813 or 742273. OLE color: 742273.

HSL color Cylindrical-coordinate representation of color #81530B: hue angle of 36.61º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81530B is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1298311-
CMYK00.360.910.49
HSL36.61º84.29%27.45%-
HSV(B)36.61º91.47%50.59%-
XYZ12.2110.881.77-
YUV88.5584.24156.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=57.85%
G=37.22%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129831100.360.910.4936.6184.2927.45
Hex8153B0245B3125541b
Octal20112313044133614512433
Binary100000011010011101101001001011011110001100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81530B; }

 p { color: rgb(129,83,11); }

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

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

 a { background-color: rgb(129,83,11); }

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

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

 span { border-color: rgb(129,83,11); }

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