Html Css Color HEX #852A19 Burnt Umber

📋 copy color: '#852A19'

red 133 ◦ green 42 ◦ blue 25

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

Shades of Burnt Umber #852A19

Tints of Burnt Umber #852A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 66.5%
G = 21%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#852A19 (or 0x852A19) is known color: Burnt Umber. HEX triplet: 85, 2A and 19. RGB value is (133,42,25). Sum of RGB (Red+Green+Blue) = 133+42+25=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #852A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A19 is #7AD5E6. Grayscale: #434343. Windows color (decimal): -8050151 or 1649285. OLE color: 1649285.

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

Color convert

RGB 133 42 25 -
CMYK 0 0.68 0.81 0.48
HSL 9.44º 0.68% 0.31% -
HSV(B) 9.44º 0.81% 0.52% -
XYZ 10.68 6.71 1.65 -
YUV 67.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 133 42 25 0 0.68 0.81 0.48 9.44 0.68 0.31
Hex 85 2A 19 0 44 51 30 9 44 1F
Octal 205 52 31 0 104 121 60 11 104 37
Binary 10000101 101010 11001 0 1000100 1010001 110000 1001 1000100 11111

Color Harmonies of #852A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A19

Black with #852A19

Text Example


Text Example

White with #852A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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