Html Css Color HEX #853715 Saddle Brown

📋 copy color: '#853715'

red 133 ◦ green 55 ◦ blue 21

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

Shades of Saddle Brown #853715

Tints of Saddle Brown #853715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 63.64%
G = 26.32%
B = 10.05%

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

#853715 (or 0x853715) is known color: Saddle Brown. HEX triplet: 85, 37 and 15. RGB value is (133,55,21). Sum of RGB (Red+Green+Blue) = 133+55+21=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853715 is #7AC8EA. Grayscale: #4A4A4A. Windows color (decimal): -8046827 or 1390469. OLE color: 1390469.

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

Color convert

RGB 133 55 21 -
CMYK 0 0.59 0.84 0.48
HSL 18.21º 0.73% 0.3% -
HSV(B) 18.21º 0.84% 0.52% -
XYZ 11.17 7.77 1.62 -
YUV 74.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 133 55 21 0 0.59 0.84 0.48 18.21 0.73 0.3
Hex 85 37 15 0 3B 54 30 12 49 1E
Octal 205 67 25 0 73 124 60 22 111 36
Binary 10000101 110111 10101 0 111011 1010100 110000 10010 1001001 11110

Color Harmonies of #853715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853715

Black with #853715

Text Example


Text Example

White with #853715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853715; }

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

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

background-color css

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

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

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

border-color css

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

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

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