Html Css Color HEX #853515 Burnt Umber

📋 copy color: '#853515'

red 133 ◦ green 53 ◦ blue 21

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

Shades of Burnt Umber #853515

Tints of Burnt Umber #853515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

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

R = 64.25%
G = 25.6%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#853515 (or 0x853515) is known color: Burnt Umber. HEX triplet: 85, 35 and 15. RGB value is (133,53,21). Sum of RGB (Red+Green+Blue) = 133+53+21=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853515 is #7ACAEA. Grayscale: #494949. Windows color (decimal): -8047339 or 1389957. OLE color: 1389957.

HSL color Cylindrical-coordinate representation of color #853515: hue angle of 17.14º 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 #853515 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 21 -
CMYK 0 0.60 0.84 0.48
HSL 17.14º 0.73% 0.3% -
HSV(B) 17.14º 0.84% 0.52% -
XYZ 11.08 7.59 1.59 -
YUV 73.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 133 53 21 0 0.60 0.84 0.48 17.14 0.73 0.3
Hex 85 35 15 0 3C 54 30 11 49 1E
Octal 205 65 25 0 74 124 60 21 111 36
Binary 10000101 110101 10101 0 111100 1010100 110000 10001 1001001 11110

Color Harmonies of #853515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853515

Black with #853515

Text Example


Text Example

White with #853515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853515; }

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

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

background-color css

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

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

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

border-color css

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

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

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