Html Css Color HEX #853915 Saddle Brown

📋 copy color: '#853915'

red 133 ◦ green 57 ◦ blue 21

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

Shades of Saddle Brown #853915

Tints of Saddle Brown #853915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 63.03%
G = 27.01%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#853915 (or 0x853915) is known color: Saddle Brown. HEX triplet: 85, 39 and 15. RGB value is (133,57,21). Sum of RGB (Red+Green+Blue) = 133+57+21=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #853915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853915 is #7AC6EA. Grayscale: #4B4B4B. Windows color (decimal): -8046315 or 1390981. OLE color: 1390981.

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

Color convert

RGB 133 57 21 -
CMYK 0 0.57 0.84 0.48
HSL 19.29º 0.73% 0.3% -
HSV(B) 19.29º 0.84% 0.52% -
XYZ 11.27 7.97 1.65 -
YUV 75.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 133 57 21 0 0.57 0.84 0.48 19.29 0.73 0.3
Hex 85 39 15 0 39 54 30 13 49 1E
Octal 205 71 25 0 71 124 60 23 111 36
Binary 10000101 111001 10101 0 111001 1010100 110000 10011 1001001 11110

Color Harmonies of #853915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853915

Black with #853915

Text Example


Text Example

White with #853915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853915; }

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

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

background-color css

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

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

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

border-color css

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

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

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