Html Css Color HEX #852914 Burnt Umber

📋 copy color: '#852914'

red 133 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #852914

Tints of Burnt Umber #852914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 68.56%
G = 21.13%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#852914 (or 0x852914) is known color: Burnt Umber. HEX triplet: 85, 29 and 14. RGB value is (133,41,20). Sum of RGB (Red+Green+Blue) = 133+41+20=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852914 is #7AD6EB. Grayscale: #424242. Windows color (decimal): -8050412 or 1321349. OLE color: 1321349.

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

Color convert

RGB 133 41 20 -
CMYK 0 0.69 0.85 0.48
HSL 11.15º 0.74% 0.3% -
HSV(B) 11.15º 0.85% 0.52% -
XYZ 10.59 6.62 1.38 -
YUV 66.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 133 41 20 0 0.69 0.85 0.48 11.15 0.74 0.3
Hex 85 29 14 0 45 55 30 B 4A 1E
Octal 205 51 24 0 105 125 60 13 112 36
Binary 10000101 101001 10100 0 1000101 1010101 110000 1011 1001010 11110

Color Harmonies of #852914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852914

Black with #852914

Text Example


Text Example

White with #852914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852914; }

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

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

background-color css

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

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

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

border-color css

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

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

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