Html Css Color HEX #953F10 Saddle Brown

📋 copy color: '#953F10'

red 149 ◦ green 63 ◦ blue 16

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

Shades of Saddle Brown #953F10

Tints of Saddle Brown #953F10

RGB

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

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

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

R = 65.35%
G = 27.63%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953F10 (or 0x953F10) is known color: Saddle Brown. HEX triplet: 95, 3F and 10. RGB value is (149,63,16). Sum of RGB (Red+Green+Blue) = 149+63+16=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #953F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F10 is #6AC0EF. Grayscale: #535353. Windows color (decimal): -6996208 or 1064853. OLE color: 1064853.

HSL color Cylindrical-coordinate representation of color #953F10: hue angle of 21.2º 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 #953F10 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 16 -
CMYK 0 0.58 0.89 0.42
HSL 21.2º 0.81% 0.32% -
HSV(B) 21.2º 0.89% 0.58% -
XYZ 14.27 9.98 1.67 -
YUV 83.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 149 63 16 0 0.58 0.89 0.42 21.2 0.81 0.32
Hex 95 3F 10 0 3A 59 2A 15 51 20
Octal 225 77 20 0 72 131 52 25 121 40
Binary 10010101 111111 10000 0 111010 1011001 101010 10101 1010001 100000

Color Harmonies of #953F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F10

Black with #953F10

Text Example


Text Example

White with #953F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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