Html Css Color HEX #81550C Raw Umber

📋 copy color: '#81550C'

red 129 ◦ green 85 ◦ blue 12

#81550C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #81550C

Tints of Raw Umber #81550C

RGB

 RED value IS 129 (50.78% from 255) = 57.08%

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 57.08%
G = 37.61%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81550C (or 0x81550C) is known color: Raw Umber. HEX triplet: 81, 55 and 0C. RGB value is (129,85,12). Sum of RGB (Red+Green+Blue) = 129+85+12=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81550C is #7EAAF3. Grayscale: #5A5A5A. Windows color (decimal): -8301300 or 808321. OLE color: 808321.

HSL color Cylindrical-coordinate representation of color #81550C: hue angle of 37.44º 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 #81550C is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 85 12 -
CMYK 0 0.34 0.91 0.49
HSL 37.44º 0.83% 0.28% -
HSV(B) 37.44º 0.91% 0.51% -
XYZ 12.37 11.19 1.86 -
YUV 89.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 129 85 12 0 0.34 0.91 0.49 37.44 0.83 0.28
Hex 81 55 C 0 22 5B 31 25 53 1C
Octal 201 125 14 0 42 133 61 45 123 34
Binary 10000001 1010101 1100 0 100010 1011011 110001 100101 1010011 11100

Color Harmonies of #81550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81550C

Black with #81550C

Text Example


Text Example

White with #81550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81550C;
 }
 .AnyTagClassName
 {
   color: #81550C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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