Html Css Color HEX #852913 Burnt Umber

📋 copy color: '#852913'

red 133 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #852913

Tints of Burnt Umber #852913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 68.91%
G = 21.24%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852913 (or 0x852913) is known color: Burnt Umber. HEX triplet: 85, 29 and 13. RGB value is (133,41,19). Sum of RGB (Red+Green+Blue) = 133+41+19=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852913 is #7AD6EC. Grayscale: #424242. Windows color (decimal): -8050413 or 1255813. OLE color: 1255813.

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

Color convert

RGB 133 41 19 -
CMYK 0 0.69 0.86 0.48
HSL 11.58º 0.75% 0.3% -
HSV(B) 11.58º 0.86% 0.52% -
XYZ 10.58 6.62 1.34 -
YUV 66 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 133 41 19 0 0.69 0.86 0.48 11.58 0.75 0.3
Hex 85 29 13 0 45 56 30 C 4B 1E
Octal 205 51 23 0 105 126 60 14 113 36
Binary 10000101 101001 10011 0 1000101 1010110 110000 1100 1001011 11110

Color Harmonies of #852913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852913

Black with #852913

Text Example


Text Example

White with #852913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852913; }

 p { color: rgb(133,41,19); }

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

background-color css

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

 a { background-color: rgb(133,41,19); }

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

border-color css

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

 span { border-color: rgb(133,41,19); }

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