Html Css Color HEX #823112 Burnt Umber

📋 copy color: '#823112'

red 130 ◦ green 49 ◦ blue 18

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

Shades of Burnt Umber #823112

Tints of Burnt Umber #823112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 65.99%
G = 24.87%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#823112 (or 0x823112) is known color: Burnt Umber. HEX triplet: 82, 31 and 12. RGB value is (130,49,18). Sum of RGB (Red+Green+Blue) = 130+49+18=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823112 is #7DCEED. Grayscale: #454545. Windows color (decimal): -8244974 or 1192322. OLE color: 1192322.

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

Color convert

RGB 130 49 18 -
CMYK 0 0.62 0.86 0.49
HSL 16.61º 0.76% 0.29% -
HSV(B) 16.61º 0.86% 0.51% -
XYZ 10.41 6.99 1.37 -
YUV 69.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 130 49 18 0 0.62 0.86 0.49 16.61 0.76 0.29
Hex 82 31 12 0 3E 56 31 11 4C 1D
Octal 202 61 22 0 76 126 61 21 114 35
Binary 10000010 110001 10010 0 111110 1010110 110001 10001 1001100 11101

Color Harmonies of #823112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823112

Black with #823112

Text Example


Text Example

White with #823112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823112; }

 p { color: rgb(130,49,18); }

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

background-color css

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

 a { background-color: rgb(130,49,18); }

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

border-color css

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

 span { border-color: rgb(130,49,18); }

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