Html Css Color HEX #953C15 Saddle Brown

📋 copy color: '#953C15'

red 149 ◦ green 60 ◦ blue 21

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

Shades of Saddle Brown #953C15

Tints of Saddle Brown #953C15

RGB

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

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

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

R = 64.78%
G = 26.09%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#953C15 (or 0x953C15) is known color: Saddle Brown. HEX triplet: 95, 3C and 15. RGB value is (149,60,21). Sum of RGB (Red+Green+Blue) = 149+60+21=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C15 is #6AC3EA. Grayscale: #525252. Windows color (decimal): -6996971 or 1391765. OLE color: 1391765.

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

Color convert

RGB 149 60 21 -
CMYK 0 0.60 0.86 0.42
HSL 18.28º 0.75% 0.33% -
HSV(B) 18.28º 0.86% 0.58% -
XYZ 14.15 9.68 1.83 -
YUV 82.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 149 60 21 0 0.60 0.86 0.42 18.28 0.75 0.33
Hex 95 3C 15 0 3C 56 2A 12 4B 21
Octal 225 74 25 0 74 126 52 22 113 41
Binary 10010101 111100 10101 0 111100 1010110 101010 10010 1001011 100001

Color Harmonies of #953C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C15

Black with #953C15

Text Example


Text Example

White with #953C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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