Html Css Color HEX #852A1E Burnt Umber

📋 copy color: '#852A1E'

red 133 ◦ green 42 ◦ blue 30

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

Shades of Burnt Umber #852A1E

Tints of Burnt Umber #852A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 64.88%
G = 20.49%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#852A1E (or 0x852A1E) is known color: Burnt Umber. HEX triplet: 85, 2A and 1E. RGB value is (133,42,30). Sum of RGB (Red+Green+Blue) = 133+42+30=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1E is #7AD5E1. Grayscale: #434343. Windows color (decimal): -8050146 or 1976965. OLE color: 1976965.

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

Color convert

RGB 133 42 30 -
CMYK 0 0.68 0.77 0.48
HSL 6.99º 0.63% 0.32% -
HSV(B) 6.99º 0.77% 0.52% -
XYZ 10.74 6.74 1.96 -
YUV 67.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 133 42 30 0 0.68 0.77 0.48 6.99 0.63 0.32
Hex 85 2A 1E 0 44 4D 30 7 3F 20
Octal 205 52 36 0 104 115 60 7 77 40
Binary 10000101 101010 11110 0 1000100 1001101 110000 111 111111 100000

Color Harmonies of #852A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A1E

Black with #852A1E

Text Example


Text Example

White with #852A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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