Html Css Color HEX #953C10 Saddle Brown

📋 copy color: '#953C10'

red 149 ◦ green 60 ◦ blue 16

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

Shades of Saddle Brown #953C10

Tints of Saddle Brown #953C10

RGB

 RED value IS 149 (58.59% from 255) = 66.22%

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

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

R = 66.22%
G = 26.67%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953C10 (or 0x953C10) is known color: Saddle Brown. HEX triplet: 95, 3C and 10. RGB value is (149,60,16). Sum of RGB (Red+Green+Blue) = 149+60+16=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C10 is #6AC3EF. Grayscale: #515151. Windows color (decimal): -6996976 or 1064085. OLE color: 1064085.

HSL color Cylindrical-coordinate representation of color #953C10: hue angle of 19.85º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #953C10 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 16 -
CMYK 0 0.60 0.89 0.42
HSL 19.85º 0.81% 0.32% -
HSV(B) 19.85º 0.89% 0.58% -
XYZ 14.1 9.66 1.61 -
YUV 81.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 149 60 16 0 0.60 0.89 0.42 19.85 0.81 0.32
Hex 95 3C 10 0 3C 59 2A 14 51 20
Octal 225 74 20 0 74 131 52 24 121 40
Binary 10010101 111100 10000 0 111100 1011001 101010 10100 1010001 100000

Color Harmonies of #953C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C10

Black with #953C10

Text Example


Text Example

White with #953C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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