Html Css Color HEX #823020 Burnt Umber

📋 copy color: '#823020'

red 130 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #823020

Tints of Burnt Umber #823020

RGB

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

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

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

R = 61.9%
G = 22.86%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#823020 (or 0x823020) is known color: Burnt Umber. HEX triplet: 82, 30 and 20. RGB value is (130,48,32). Sum of RGB (Red+Green+Blue) = 130+48+32=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #823020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823020 is #7DCFDF. Grayscale: #464646. Windows color (decimal): -8245216 or 2109570. OLE color: 2109570.

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

Color convert

RGB 130 48 32 -
CMYK 0 0.63 0.75 0.49
HSL 9.8º 0.6% 0.32% -
HSV(B) 9.8º 0.75% 0.51% -
XYZ 10.52 6.96 2.16 -
YUV 70.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 130 48 32 0 0.63 0.75 0.49 9.8 0.6 0.32
Hex 82 30 20 0 3F 4B 31 A 3C 20
Octal 202 60 40 0 77 113 61 12 74 40
Binary 10000010 110000 100000 0 111111 1001011 110001 1010 111100 100000

Color Harmonies of #823020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823020

Black with #823020

Text Example


Text Example

White with #823020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823020; }

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

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

background-color css

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

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

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

border-color css

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

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

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