Html Css Color HEX #823011 Burnt Umber

📋 copy color: '#823011'

red 130 ◦ green 48 ◦ blue 17

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

Shades of Burnt Umber #823011

Tints of Burnt Umber #823011

RGB

 RED value IS 130 (51.17% from 255) = 66.67%

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

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 66.67%
G = 24.62%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#823011 (or 0x823011) is known color: Burnt Umber. HEX triplet: 82, 30 and 11. RGB value is (130,48,17). Sum of RGB (Red+Green+Blue) = 130+48+17=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #823011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823011 is #7DCFEE. Grayscale: #454545. Windows color (decimal): -8245231 or 1126530. OLE color: 1126530.

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

Color convert

RGB 130 48 17 -
CMYK 0 0.63 0.87 0.49
HSL 16.46º 0.77% 0.29% -
HSV(B) 16.46º 0.87% 0.51% -
XYZ 10.36 6.9 1.32 -
YUV 68.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 130 48 17 0 0.63 0.87 0.49 16.46 0.77 0.29
Hex 82 30 11 0 3F 57 31 10 4D 1D
Octal 202 60 21 0 77 127 61 20 115 35
Binary 10000010 110000 10001 0 111111 1010111 110001 10000 1001101 11101

Color Harmonies of #823011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823011

Black with #823011

Text Example


Text Example

White with #823011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823011; }

 p { color: rgb(130,48,17); }

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

background-color css

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

 a { background-color: rgb(130,48,17); }

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

border-color css

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

 span { border-color: rgb(130,48,17); }

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