Html Css Color HEX #852A1C Burnt Umber

📋 copy color: '#852A1C'

red 133 ◦ green 42 ◦ blue 28

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

Shades of Burnt Umber #852A1C

Tints of Burnt Umber #852A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 65.52%
G = 20.69%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#852A1C (or 0x852A1C) is known color: Burnt Umber. HEX triplet: 85, 2A and 1C. RGB value is (133,42,28). Sum of RGB (Red+Green+Blue) = 133+42+28=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1C is #7AD5E3. Grayscale: #434343. Windows color (decimal): -8050148 or 1845893. OLE color: 1845893.

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

Color convert

RGB 133 42 28 -
CMYK 0 0.68 0.79 0.48
HSL 0.65% 0.32% -
HSV(B) 0.79% 0.52% -
XYZ 10.71 6.73 1.83 -
YUV 67.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 133 42 28 0 0.68 0.79 0.48 8 0.65 0.32
Hex 85 2A 1C 0 44 4F 30 8 41 20
Octal 205 52 34 0 104 117 60 10 101 40
Binary 10000101 101010 11100 0 1000100 1001111 110000 1000 1000001 100000

Color Harmonies of #852A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A1C

Black with #852A1C

Text Example


Text Example

White with #852A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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