Html Css Color HEX #852C11 Burnt Umber

📋 copy color: '#852C11'

red 133 ◦ green 44 ◦ blue 17

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

Shades of Burnt Umber #852C11

Tints of Burnt Umber #852C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 68.56%
G = 22.68%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#852C11 (or 0x852C11) is known color: Burnt Umber. HEX triplet: 85, 2C and 11. RGB value is (133,44,17). Sum of RGB (Red+Green+Blue) = 133+44+17=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C11 is #7AD3EE. Grayscale: #434343. Windows color (decimal): -8049647 or 1125509. OLE color: 1125509.

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

Color convert

RGB 133 44 17 -
CMYK 0 0.67 0.87 0.48
HSL 13.97º 0.77% 0.29% -
HSV(B) 13.97º 0.87% 0.52% -
XYZ 10.67 6.83 1.29 -
YUV 67.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 133 44 17 0 0.67 0.87 0.48 13.97 0.77 0.29
Hex 85 2C 11 0 43 57 30 E 4D 1D
Octal 205 54 21 0 103 127 60 16 115 35
Binary 10000101 101100 10001 0 1000011 1010111 110000 1110 1001101 11101

Color Harmonies of #852C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C11

Black with #852C11

Text Example


Text Example

White with #852C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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