#81550F

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

Shades of Raw Umber #81550F

Tints of Raw Umber #81550F

Color information

#81550F (or 0x81550F) is unknown color: approx Raw Umber. HEX triplet: 81, 55 and 0F. RGB value is (129,85,15). Sum of RGB (Red+Green+Blue) = 129+85+15=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81550F is #7EAAF0. Grayscale: #5A5A5A. Windows color (decimal): -8301297 or 1004929. OLE color: 1004929.

HSL color Cylindrical-coordinate representation of color #81550F: hue angle of 36.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81550F is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1298515-
CMYK00.340.880.49
HSL36.84º79.17%28.24%-
HSV(B)36.84º88.37%50.59%-
XYZ12.3911.21.96-
YUV90.1885.58155.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=56.33%
G=37.12%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129851500.340.880.4936.8479.1728.24
Hex8155F0225831254f1c
Octal20112517042130614511734
Binary100000011010101111101000101011000110001100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,85,15); }

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

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

 a { background-color: rgb(129,85,15); }

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

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

 span { border-color: rgb(129,85,15); }

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