Html Css Color HEX #953C19 Saddle Brown

📋 copy color: '#953C19'

red 149 ◦ green 60 ◦ blue 25

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

Shades of Saddle Brown #953C19

Tints of Saddle Brown #953C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 63.68%
G = 25.64%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#953C19 (or 0x953C19) is known color: Saddle Brown. HEX triplet: 95, 3C and 19. RGB value is (149,60,25). Sum of RGB (Red+Green+Blue) = 149+60+25=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C19 is #6AC3E6. Grayscale: #525252. Windows color (decimal): -6996967 or 1653909. OLE color: 1653909.

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

Color convert

RGB 149 60 25 -
CMYK 0 0.60 0.83 0.42
HSL 16.94º 0.71% 0.34% -
HSV(B) 16.94º 0.83% 0.58% -
XYZ 14.19 9.69 2.04 -
YUV 82.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 149 60 25 0 0.60 0.83 0.42 16.94 0.71 0.34
Hex 95 3C 19 0 3C 53 2A 11 47 22
Octal 225 74 31 0 74 123 52 21 107 42
Binary 10010101 111100 11001 0 111100 1010011 101010 10001 1000111 100010

Color Harmonies of #953C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C19

Black with #953C19

Text Example


Text Example

White with #953C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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