Html Css Color HEX #852A10 Burnt Umber

📋 copy color: '#852A10'

red 133 ◦ green 42 ◦ blue 16

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

Shades of Burnt Umber #852A10

Tints of Burnt Umber #852A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 69.63%
G = 21.99%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#852A10 (or 0x852A10) is known color: Burnt Umber. HEX triplet: 85, 2A and 10. RGB value is (133,42,16). Sum of RGB (Red+Green+Blue) = 133+42+16=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A10 is #7AD5EF. Grayscale: #424242. Windows color (decimal): -8050160 or 1059461. OLE color: 1059461.

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

Color convert

RGB 133 42 16 -
CMYK 0 0.68 0.88 0.48
HSL 13.33º 0.79% 0.29% -
HSV(B) 13.33º 0.88% 0.52% -
XYZ 10.59 6.68 1.22 -
YUV 66.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 133 42 16 0 0.68 0.88 0.48 13.33 0.79 0.29
Hex 85 2A 10 0 44 58 30 D 4F 1D
Octal 205 52 20 0 104 130 60 15 117 35
Binary 10000101 101010 10000 0 1000100 1011000 110000 1101 1001111 11101

Color Harmonies of #852A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A10

Black with #852A10

Text Example


Text Example

White with #852A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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