Html Css Color HEX #813022 Burnt Umber

📋 copy color: '#813022'

red 129 ◦ green 48 ◦ blue 34

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

Shades of Burnt Umber #813022

Tints of Burnt Umber #813022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 34 (13.67% from 255) = 16.11%

R = 61.14%
G = 22.75%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#813022 (or 0x813022) is known color: Burnt Umber. HEX triplet: 81, 30 and 22. RGB value is (129,48,34). Sum of RGB (Red+Green+Blue) = 129+48+34=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #813022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813022 is #7ECFDD. Grayscale: #464646. Windows color (decimal): -8310750 or 2240641. OLE color: 2240641.

HSL color Cylindrical-coordinate representation of color #813022: hue angle of 8.84º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813022 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 34 -
CMYK 0 0.63 0.74 0.49
HSL 8.84º 0.58% 0.32% -
HSV(B) 8.84º 0.74% 0.51% -
XYZ 10.4 6.9 2.3 -
YUV 70.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 129 48 34 0 0.63 0.74 0.49 8.84 0.58 0.32
Hex 81 30 22 0 3F 4A 31 9 3A 20
Octal 201 60 42 0 77 112 61 11 72 40
Binary 10000001 110000 100010 0 111111 1001010 110001 1001 111010 100000

Color Harmonies of #813022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813022

Black with #813022

Text Example


Text Example

White with #813022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813022; }

 p { color: rgb(129,48,34); }

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

background-color css

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

 a { background-color: rgb(129,48,34); }

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

border-color css

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

 span { border-color: rgb(129,48,34); }

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