Html Css Color HEX #852D1A Burnt Umber

📋 copy color: '#852D1A'

red 133 ◦ green 45 ◦ blue 26

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

Shades of Burnt Umber #852D1A

Tints of Burnt Umber #852D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 65.2%
G = 22.06%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#852D1A (or 0x852D1A) is known color: Burnt Umber. HEX triplet: 85, 2D and 1A. RGB value is (133,45,26). Sum of RGB (Red+Green+Blue) = 133+45+26=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1A is #7AD2E5. Grayscale: #454545. Windows color (decimal): -8049382 or 1715589. OLE color: 1715589.

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

Color convert

RGB 133 45 26 -
CMYK 0 0.66 0.80 0.48
HSL 10.65º 0.67% 0.31% -
HSV(B) 10.65º 0.8% 0.52% -
XYZ 10.8 6.94 1.75 -
YUV 69.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 133 45 26 0 0.66 0.80 0.48 10.65 0.67 0.31
Hex 85 2D 1A 0 42 50 30 B 43 1F
Octal 205 55 32 0 102 120 60 13 103 37
Binary 10000101 101101 11010 0 1000010 1010000 110000 1011 1000011 11111

Color Harmonies of #852D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D1A

Black with #852D1A

Text Example


Text Example

White with #852D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,26); }

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

background-color css

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

 a { background-color: rgb(133,45,26); }

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

border-color css

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

 span { border-color: rgb(133,45,26); }

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