Html Css Color HEX #953810 Saddle Brown

📋 copy color: '#953810'

red 149 ◦ green 56 ◦ blue 16

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

Shades of Saddle Brown #953810

Tints of Saddle Brown #953810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 67.42%
G = 25.34%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953810 (or 0x953810) is known color: Saddle Brown. HEX triplet: 95, 38 and 10. RGB value is (149,56,16). Sum of RGB (Red+Green+Blue) = 149+56+16=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953810 is #6AC7EF. Grayscale: #4F4F4F. Windows color (decimal): -6998000 or 1063061. OLE color: 1063061.

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

Color convert

RGB 149 56 16 -
CMYK 0 0.62 0.89 0.42
HSL 18.05º 0.81% 0.32% -
HSV(B) 18.05º 0.89% 0.58% -
XYZ 13.9 9.26 1.54 -
YUV 79.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 149 56 16 0 0.62 0.89 0.42 18.05 0.81 0.32
Hex 95 38 10 0 3E 59 2A 12 51 20
Octal 225 70 20 0 76 131 52 22 121 40
Binary 10010101 111000 10000 0 111110 1011001 101010 10010 1010001 100000

Color Harmonies of #953810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953810

Black with #953810

Text Example


Text Example

White with #953810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953810; }

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

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

background-color css

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

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

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

border-color css

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

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

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