Html Css Color HEX #953105 Saddle Brown

📋 copy color: '#953105'

red 149 ◦ green 49 ◦ blue 5

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

Shades of Saddle Brown #953105

Tints of Saddle Brown #953105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 73.4%
G = 24.14%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953105 (or 0x953105) is known color: Saddle Brown. HEX triplet: 95, 31 and 05. RGB value is (149,49,5). Sum of RGB (Red+Green+Blue) = 149+49+5=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #953105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953105 is #6ACEFA. Grayscale: #4A4A4A. Windows color (decimal): -6999803 or 340373. OLE color: 340373.

HSL color Cylindrical-coordinate representation of color #953105: hue angle of 18.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #953105 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 5 -
CMYK 0 0.67 0.97 0.42
HSL 18.33º 0.94% 0.3% -
HSV(B) 18.33º 0.97% 0.58% -
XYZ 13.52 8.6 1.09 -
YUV 73.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 149 49 5 0 0.67 0.97 0.42 18.33 0.94 0.3
Hex 95 31 5 0 43 61 2A 12 5E 1E
Octal 225 61 5 0 103 141 52 22 136 36
Binary 10010101 110001 101 0 1000011 1100001 101010 10010 1011110 11110

Color Harmonies of #953105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953105

Black with #953105

Text Example


Text Example

White with #953105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953105; }

 p { color: rgb(149,49,5); }

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

background-color css

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

 a { background-color: rgb(149,49,5); }

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

border-color css

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

 span { border-color: rgb(149,49,5); }

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