Html Css Color HEX #853C10 Saddle Brown

📋 copy color: '#853C10'

red 133 ◦ green 60 ◦ blue 16

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

Shades of Saddle Brown #853C10

Tints of Saddle Brown #853C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 63.64%
G = 28.71%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#853C10 (or 0x853C10) is known color: Saddle Brown. HEX triplet: 85, 3C and 10. RGB value is (133,60,16). Sum of RGB (Red+Green+Blue) = 133+60+16=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C10 is #7AC3EF. Grayscale: #4D4D4D. Windows color (decimal): -8045552 or 1064069. OLE color: 1064069.

HSL color Cylindrical-coordinate representation of color #853C10: hue angle of 22.56º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #853C10 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 16 -
CMYK 0 0.55 0.88 0.48
HSL 22.56º 0.79% 0.29% -
HSV(B) 22.56º 0.88% 0.52% -
XYZ 11.38 8.26 1.48 -
YUV 76.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 133 60 16 0 0.55 0.88 0.48 22.56 0.79 0.29
Hex 85 3C 10 0 37 58 30 17 4F 1D
Octal 205 74 20 0 67 130 60 27 117 35
Binary 10000101 111100 10000 0 110111 1011000 110000 10111 1001111 11101

Color Harmonies of #853C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C10

Black with #853C10

Text Example


Text Example

White with #853C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C10; }

 p { color: rgb(133,60,16); }

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

background-color css

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

 a { background-color: rgb(133,60,16); }

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

border-color css

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

 span { border-color: rgb(133,60,16); }

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