Html Css Color HEX #813018 Burnt Umber

📋 copy color: '#813018'

red 129 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #813018

Tints of Burnt Umber #813018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 64.18%
G = 23.88%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#813018 (or 0x813018) is known color: Burnt Umber. HEX triplet: 81, 30 and 18. RGB value is (129,48,24). Sum of RGB (Red+Green+Blue) = 129+48+24=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813018 is #7ECFE7. Grayscale: #454545. Windows color (decimal): -8310760 or 1585281. OLE color: 1585281.

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

Color convert

RGB 129 48 24 -
CMYK 0 0.63 0.81 0.49
HSL 13.71º 0.69% 0.3% -
HSV(B) 13.71º 0.81% 0.51% -
XYZ 10.28 6.85 1.64 -
YUV 69.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 129 48 24 0 0.63 0.81 0.49 13.71 0.69 0.3
Hex 81 30 18 0 3F 51 31 E 45 1E
Octal 201 60 30 0 77 121 61 16 105 36
Binary 10000001 110000 11000 0 111111 1010001 110001 1110 1000101 11110

Color Harmonies of #813018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813018

Black with #813018

Text Example


Text Example

White with #813018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813018; }

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

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

background-color css

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

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

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

border-color css

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

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

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