Html Css Color HEX #823012 Burnt Umber

📋 copy color: '#823012'

red 130 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #823012

Tints of Burnt Umber #823012

RGB

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

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

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

R = 66.33%
G = 24.49%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#823012 (or 0x823012) is known color: Burnt Umber. HEX triplet: 82, 30 and 12. RGB value is (130,48,18). Sum of RGB (Red+Green+Blue) = 130+48+18=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #823012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823012 is #7DCFED. Grayscale: #454545. Windows color (decimal): -8245230 or 1192066. OLE color: 1192066.

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

Color convert

RGB 130 48 18 -
CMYK 0 0.63 0.86 0.49
HSL 16.07º 0.76% 0.29% -
HSV(B) 16.07º 0.86% 0.51% -
XYZ 10.37 6.9 1.36 -
YUV 69.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 130 48 18 0 0.63 0.86 0.49 16.07 0.76 0.29
Hex 82 30 12 0 3F 56 31 10 4C 1D
Octal 202 60 22 0 77 126 61 20 114 35
Binary 10000010 110000 10010 0 111111 1010110 110001 10000 1001100 11101

Color Harmonies of #823012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823012

Black with #823012

Text Example


Text Example

White with #823012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823012; }

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

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

background-color css

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

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

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

border-color css

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

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

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