Html Css Color HEX #852915 Burnt Umber

📋 copy color: '#852915'

red 133 ◦ green 41 ◦ blue 21

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

Shades of Burnt Umber #852915

Tints of Burnt Umber #852915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 68.21%
G = 21.03%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#852915 (or 0x852915) is known color: Burnt Umber. HEX triplet: 85, 29 and 15. RGB value is (133,41,21). Sum of RGB (Red+Green+Blue) = 133+41+21=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852915 is #7AD6EA. Grayscale: #424242. Windows color (decimal): -8050411 or 1386885. OLE color: 1386885.

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

Color convert

RGB 133 41 21 -
CMYK 0 0.69 0.84 0.48
HSL 10.71º 0.73% 0.3% -
HSV(B) 10.71º 0.84% 0.52% -
XYZ 10.6 6.63 1.43 -
YUV 66.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 133 41 21 0 0.69 0.84 0.48 10.71 0.73 0.3
Hex 85 29 15 0 45 54 30 B 49 1E
Octal 205 51 25 0 105 124 60 13 111 36
Binary 10000101 101001 10101 0 1000101 1010100 110000 1011 1001001 11110

Color Harmonies of #852915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852915

Black with #852915

Text Example


Text Example

White with #852915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852915; }

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

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

background-color css

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

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

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

border-color css

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

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

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