Html Css Color HEX #852C1F Burnt Umber

📋 copy color: '#852C1F'

red 133 ◦ green 44 ◦ blue 31

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

Shades of Burnt Umber #852C1F

Tints of Burnt Umber #852C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 63.94%
G = 21.15%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#852C1F (or 0x852C1F) is known color: Burnt Umber. HEX triplet: 85, 2C and 1F. RGB value is (133,44,31). Sum of RGB (Red+Green+Blue) = 133+44+31=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C1F is #7AD3E0. Grayscale: #454545. Windows color (decimal): -8049633 or 2043013. OLE color: 2043013.

HSL color Cylindrical-coordinate representation of color #852C1F: hue angle of 7.65º degrees, saturation: 0.62, 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 #852C1F is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 31 -
CMYK 0 0.67 0.77 0.48
HSL 7.65º 0.62% 0.32% -
HSV(B) 7.65º 0.77% 0.52% -
XYZ 10.82 6.89 2.06 -
YUV 69.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 133 44 31 0 0.67 0.77 0.48 7.65 0.62 0.32
Hex 85 2C 1F 0 43 4D 30 8 3E 20
Octal 205 54 37 0 103 115 60 10 76 40
Binary 10000101 101100 11111 0 1000011 1001101 110000 1000 111110 100000

Color Harmonies of #852C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C1F

Black with #852C1F

Text Example


Text Example

White with #852C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,31); }

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

background-color css

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

 a { background-color: rgb(133,44,31); }

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

border-color css

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

 span { border-color: rgb(133,44,31); }

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