Html Css Color HEX #823420 Burnt Umber

📋 copy color: '#823420'

red 130 ◦ green 52 ◦ blue 32

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

Shades of Burnt Umber #823420

Tints of Burnt Umber #823420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 60.75%
G = 24.3%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#823420 (or 0x823420) is known color: Burnt Umber. HEX triplet: 82, 34 and 20. RGB value is (130,52,32). Sum of RGB (Red+Green+Blue) = 130+52+32=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #823420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823420 is #7DCBDF. Grayscale: #494949. Windows color (decimal): -8244192 or 2110594. OLE color: 2110594.

HSL color Cylindrical-coordinate representation of color #823420: hue angle of 12.24º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823420 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 32 -
CMYK 0 0.60 0.75 0.49
HSL 12.24º 0.6% 0.32% -
HSV(B) 12.24º 0.75% 0.51% -
XYZ 10.69 7.31 2.21 -
YUV 73.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 130 52 32 0 0.60 0.75 0.49 12.24 0.6 0.32
Hex 82 34 20 0 3C 4B 31 C 3C 20
Octal 202 64 40 0 74 113 61 14 74 40
Binary 10000010 110100 100000 0 111100 1001011 110001 1100 111100 100000

Color Harmonies of #823420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823420

Black with #823420

Text Example


Text Example

White with #823420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823420; }

 p { color: rgb(130,52,32); }

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

background-color css

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

 a { background-color: rgb(130,52,32); }

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

border-color css

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

 span { border-color: rgb(130,52,32); }

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