Html Css Color HEX #852716 Burnt Umber

📋 copy color: '#852716'

red 133 ◦ green 39 ◦ blue 22

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

Shades of Burnt Umber #852716

Tints of Burnt Umber #852716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 68.56%
G = 20.1%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#852716 (or 0x852716) is known color: Burnt Umber. HEX triplet: 85, 27 and 16. RGB value is (133,39,22). Sum of RGB (Red+Green+Blue) = 133+39+22=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852716 is #7AD8E9. Grayscale: #414141. Windows color (decimal): -8050922 or 1451909. OLE color: 1451909.

HSL color Cylindrical-coordinate representation of color #852716: hue angle of 9.19º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852716 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 22 -
CMYK 0 0.71 0.83 0.48
HSL 9.19º 0.72% 0.3% -
HSV(B) 9.19º 0.83% 0.52% -
XYZ 10.54 6.5 1.46 -
YUV 65.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 133 39 22 0 0.71 0.83 0.48 9.19 0.72 0.3
Hex 85 27 16 0 47 53 30 9 48 1E
Octal 205 47 26 0 107 123 60 11 110 36
Binary 10000101 100111 10110 0 1000111 1010011 110000 1001 1001000 11110

Color Harmonies of #852716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852716

Black with #852716

Text Example


Text Example

White with #852716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852716; }

 p { color: rgb(133,39,22); }

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

background-color css

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

 a { background-color: rgb(133,39,22); }

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

border-color css

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

 span { border-color: rgb(133,39,22); }

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