Html Css Color HEX #852A1D Burnt Umber

📋 copy color: '#852A1D'

red 133 ◦ green 42 ◦ blue 29

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

Shades of Burnt Umber #852A1D

Tints of Burnt Umber #852A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 65.2%
G = 20.59%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#852A1D (or 0x852A1D) is known color: Burnt Umber. HEX triplet: 85, 2A and 1D. RGB value is (133,42,29). Sum of RGB (Red+Green+Blue) = 133+42+29=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1D is #7AD5E2. Grayscale: #434343. Windows color (decimal): -8050147 or 1911429. OLE color: 1911429.

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

Color convert

RGB 133 42 29 -
CMYK 0 0.68 0.78 0.48
HSL 7.5º 0.64% 0.32% -
HSV(B) 7.5º 0.78% 0.52% -
XYZ 10.72 6.73 1.9 -
YUV 67.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 133 42 29 0 0.68 0.78 0.48 7.5 0.64 0.32
Hex 85 2A 1D 0 44 4E 30 8 40 20
Octal 205 52 35 0 104 116 60 10 100 40
Binary 10000101 101010 11101 0 1000100 1001110 110000 1000 1000000 100000

Color Harmonies of #852A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A1D

Black with #852A1D

Text Example


Text Example

White with #852A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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