Html Css Color HEX #852A08 Burnt Umber

📋 copy color: '#852A08'

red 133 ◦ green 42 ◦ blue 8

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

Shades of Burnt Umber #852A08

Tints of Burnt Umber #852A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.95%

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 72.68%
G = 22.95%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852A08 (or 0x852A08) is known color: Burnt Umber. HEX triplet: 85, 2A and 08. RGB value is (133,42,8). Sum of RGB (Red+Green+Blue) = 133+42+8=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A08 is #7AD5F7. Grayscale: #414141. Windows color (decimal): -8050168 or 535173. OLE color: 535173.

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

Color convert

RGB 133 42 8 -
CMYK 0 0.68 0.94 0.48
HSL 16.32º 0.89% 0.28% -
HSV(B) 16.32º 0.94% 0.52% -
XYZ 10.54 6.66 0.96 -
YUV 65.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 133 42 8 0 0.68 0.94 0.48 16.32 0.89 0.28
Hex 85 2A 8 0 44 5E 30 10 59 1C
Octal 205 52 10 0 104 136 60 20 131 34
Binary 10000101 101010 1000 0 1000100 1011110 110000 10000 1011001 11100

Color Harmonies of #852A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A08

Black with #852A08

Text Example


Text Example

White with #852A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,42,8); }

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

background-color css

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

 a { background-color: rgb(133,42,8); }

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

border-color css

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

 span { border-color: rgb(133,42,8); }

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