Html Css Color HEX #953F13 Saddle Brown

📋 copy color: '#953F13'

red 149 ◦ green 63 ◦ blue 19

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

Shades of Saddle Brown #953F13

Tints of Saddle Brown #953F13

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 64.5%
G = 27.27%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953F13 (or 0x953F13) is known color: Saddle Brown. HEX triplet: 95, 3F and 13. RGB value is (149,63,19). Sum of RGB (Red+Green+Blue) = 149+63+19=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F13 is #6AC0EC. Grayscale: #535353. Windows color (decimal): -6996205 or 1261461. OLE color: 1261461.

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

Color convert

RGB 149 63 19 -
CMYK 0 0.58 0.87 0.42
HSL 20.31º 0.77% 0.33% -
HSV(B) 20.31º 0.87% 0.58% -
XYZ 14.29 9.99 1.79 -
YUV 83.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 149 63 19 0 0.58 0.87 0.42 20.31 0.77 0.33
Hex 95 3F 13 0 3A 57 2A 14 4D 21
Octal 225 77 23 0 72 127 52 24 115 41
Binary 10010101 111111 10011 0 111010 1010111 101010 10100 1001101 100001

Color Harmonies of #953F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F13

Black with #953F13

Text Example


Text Example

White with #953F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,19); }

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

background-color css

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

 a { background-color: rgb(149,63,19); }

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

border-color css

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

 span { border-color: rgb(149,63,19); }

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