Html Css Color HEX #813218 Burnt Umber

📋 copy color: '#813218'

red 129 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #813218

Tints of Burnt Umber #813218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 63.55%
G = 24.63%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#813218 (or 0x813218) is known color: Burnt Umber. HEX triplet: 81, 32 and 18. RGB value is (129,50,24). Sum of RGB (Red+Green+Blue) = 129+50+24=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813218 is #7ECDE7. Grayscale: #464646. Windows color (decimal): -8310248 or 1585793. OLE color: 1585793.

HSL color Cylindrical-coordinate representation of color #813218: hue angle of 14.86º 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 #813218 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 24 -
CMYK 0 0.61 0.81 0.49
HSL 14.86º 0.69% 0.3% -
HSV(B) 14.86º 0.81% 0.51% -
XYZ 10.36 7.01 1.67 -
YUV 70.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 129 50 24 0 0.61 0.81 0.49 14.86 0.69 0.3
Hex 81 32 18 0 3D 51 31 F 45 1E
Octal 201 62 30 0 75 121 61 17 105 36
Binary 10000001 110010 11000 0 111101 1010001 110001 1111 1000101 11110

Color Harmonies of #813218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813218

Black with #813218

Text Example


Text Example

White with #813218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813218; }

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

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

background-color css

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

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

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

border-color css

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

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

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