Html Css Color HEX #81570B Raw Umber

📋 copy color: '#81570B'

red 129 ◦ green 87 ◦ blue 11

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

Shades of Raw Umber #81570B

Tints of Raw Umber #81570B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 56.83%
G = 38.33%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81570B (or 0x81570B) is known color: Raw Umber. HEX triplet: 81, 57 and 0B. RGB value is (129,87,11). Sum of RGB (Red+Green+Blue) = 129+87+11=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81570B is #7EA8F4. Grayscale: #5B5B5B. Windows color (decimal): -8300789 or 743297. OLE color: 743297.

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

Color convert

RGB 129 87 11 -
CMYK 0 0.33 0.91 0.49
HSL 38.64º 0.84% 0.27% -
HSV(B) 38.64º 0.91% 0.51% -
XYZ 12.52 11.51 1.88 -
YUV 90.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 129 87 11 0 0.33 0.91 0.49 38.64 0.84 0.27
Hex 81 57 B 0 21 5B 31 27 54 1B
Octal 201 127 13 0 41 133 61 47 124 33
Binary 10000001 1010111 1011 0 100001 1011011 110001 100111 1010100 11011

Color Harmonies of #81570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81570B

Black with #81570B

Text Example


Text Example

White with #81570B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81570B;
 }
 .AnyTagClassName
 {
   color: #81570B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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