#81550D

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

Shades of Raw Umber #81550D

Tints of Raw Umber #81550D

Color information

#81550D (or 0x81550D) is unknown color: approx Raw Umber. HEX triplet: 81, 55 and 0D. RGB value is (129,85,13). Sum of RGB (Red+Green+Blue) = 129+85+13=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81550D is #7EAAF2. Grayscale: #5A5A5A. Windows color (decimal): -8301299 or 873857. OLE color: 873857.

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

Color convert

RGB1298513-
CMYK00.340.900.49
HSL37.24º81.69%27.84%-
HSV(B)37.24º89.92%50.59%-
XYZ12.3711.191.89-
YUV89.9584.58155.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 13 (5.47% from 255) = 5.73%
R=56.83%
G=37.44%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129851300.340.900.4937.2481.6927.84
Hex8155D0225A3125521c
Octal20112515042132614512234
Binary100000011010101110101000101011010110001100101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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