Html Css Color HEX #853615 Saddle Brown

📋 copy color: '#853615'

red 133 ◦ green 54 ◦ blue 21

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

Shades of Saddle Brown #853615

Tints of Saddle Brown #853615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

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

R = 63.94%
G = 25.96%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#853615 (or 0x853615) is known color: Saddle Brown. HEX triplet: 85, 36 and 15. RGB value is (133,54,21). Sum of RGB (Red+Green+Blue) = 133+54+21=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #853615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853615 is #7AC9EA. Grayscale: #4A4A4A. Windows color (decimal): -8047083 or 1390213. OLE color: 1390213.

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

Color convert

RGB 133 54 21 -
CMYK 0 0.59 0.84 0.48
HSL 17.68º 0.73% 0.3% -
HSV(B) 17.68º 0.84% 0.52% -
XYZ 11.13 7.68 1.61 -
YUV 73.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 133 54 21 0 0.59 0.84 0.48 17.68 0.73 0.3
Hex 85 36 15 0 3B 54 30 12 49 1E
Octal 205 66 25 0 73 124 60 22 111 36
Binary 10000101 110110 10101 0 111011 1010100 110000 10010 1001001 11110

Color Harmonies of #853615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853615

Black with #853615

Text Example


Text Example

White with #853615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853615; }

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

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

background-color css

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

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

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

border-color css

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

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

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