Html Css Color HEX #81550D Raw Umber

📋 copy color: '#81550D'

red 129 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #81550D

Tints of Raw Umber #81550D

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 value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#81550D (or 0x81550D) is known color: 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

RGB 129 85 13 -
CMYK 0 0.34 0.90 0.49
HSL 37.24º 0.82% 0.28% -
HSV(B) 37.24º 0.9% 0.51% -
XYZ 12.37 11.19 1.89 -
YUV 89.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 129 85 13 0 0.34 0.90 0.49 37.24 0.82 0.28
Hex 81 55 D 0 22 5A 31 25 52 1C
Octal 201 125 15 0 42 132 61 45 122 34
Binary 10000001 1010101 1101 0 100010 1011010 110001 100101 1010010 11100

Color Harmonies of #81550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81550D

Black with #81550D

Text Example


Text Example

White with #81550D

Text Example


Text Example

HTML Codes & Css Web 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>