Html Css Color HEX #813318 Burnt Umber

📋 copy color: '#813318'

red 129 ◦ green 51 ◦ blue 24

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

Shades of Burnt Umber #813318

Tints of Burnt Umber #813318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 63.24%
G = 25%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#813318 (or 0x813318) is known color: Burnt Umber. HEX triplet: 81, 33 and 18. RGB value is (129,51,24). Sum of RGB (Red+Green+Blue) = 129+51+24=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #813318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813318 is #7ECCE7. Grayscale: #474747. Windows color (decimal): -8309992 or 1586049. OLE color: 1586049.

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

Color convert

RGB 129 51 24 -
CMYK 0 0.60 0.81 0.49
HSL 15.43º 0.69% 0.3% -
HSV(B) 15.43º 0.81% 0.51% -
XYZ 10.4 7.1 1.69 -
YUV 71.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 129 51 24 0 0.60 0.81 0.49 15.43 0.69 0.3
Hex 81 33 18 0 3C 51 31 F 45 1E
Octal 201 63 30 0 74 121 61 17 105 36
Binary 10000001 110011 11000 0 111100 1010001 110001 1111 1000101 11110

Color Harmonies of #813318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813318

Black with #813318

Text Example


Text Example

White with #813318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813318; }

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

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

background-color css

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

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

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

border-color css

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

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

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