Html Css Color HEX #852B20 Burnt Umber

📋 copy color: '#852B20'

red 133 ◦ green 43 ◦ blue 32

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

Shades of Burnt Umber #852B20

Tints of Burnt Umber #852B20

RGB

 RED value IS 133 (52.34% from 255) = 63.94%

 GREEN value IS 43 (17.19% from 255) = 20.67%

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

R = 63.94%
G = 20.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#852B20 (or 0x852B20) is known color: Burnt Umber. HEX triplet: 85, 2B and 20. RGB value is (133,43,32). Sum of RGB (Red+Green+Blue) = 133+43+32=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B20 is #7AD4DF. Grayscale: #444444. Windows color (decimal): -8049888 or 2108293. OLE color: 2108293.

HSL color Cylindrical-coordinate representation of color #852B20: hue angle of 6.53º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852B20 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 32 -
CMYK 0 0.68 0.76 0.48
HSL 6.53º 0.61% 0.32% -
HSV(B) 6.53º 0.76% 0.52% -
XYZ 10.8 6.82 2.11 -
YUV 68.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 133 43 32 0 0.68 0.76 0.48 6.53 0.61 0.32
Hex 85 2B 20 0 44 4C 30 7 3D 20
Octal 205 53 40 0 104 114 60 7 75 40
Binary 10000101 101011 100000 0 1000100 1001100 110000 111 111101 100000

Color Harmonies of #852B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B20

Black with #852B20

Text Example


Text Example

White with #852B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B20; }

 p { color: rgb(133,43,32); }

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

background-color css

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

 a { background-color: rgb(133,43,32); }

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

border-color css

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

 span { border-color: rgb(133,43,32); }

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