Html Css Color HEX #953A09 Saddle Brown

📋 copy color: '#953A09'

red 149 ◦ green 58 ◦ blue 9

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

Shades of Saddle Brown #953A09

Tints of Saddle Brown #953A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.85%

 BLUE value IS 9 (3.91% from 255) = 4.17%

R = 68.98%
G = 26.85%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#953A09 (or 0x953A09) is known color: Saddle Brown. HEX triplet: 95, 3A and 09. RGB value is (149,58,9). Sum of RGB (Red+Green+Blue) = 149+58+9=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #953A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A09 is #6AC5F6. Grayscale: #4F4F4F. Windows color (decimal): -6997495 or 604821. OLE color: 604821.

HSL color Cylindrical-coordinate representation of color #953A09: hue angle of 21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #953A09 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 9 -
CMYK 0 0.61 0.94 0.42
HSL 21º 0.89% 0.31% -
HSV(B) 21º 0.94% 0.58% -
XYZ 13.96 9.44 1.34 -
YUV 79.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 149 58 9 0 0.61 0.94 0.42 21 0.89 0.31
Hex 95 3A 9 0 3D 5E 2A 15 59 1F
Octal 225 72 11 0 75 136 52 25 131 37
Binary 10010101 111010 1001 0 111101 1011110 101010 10101 1011001 11111

Color Harmonies of #953A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A09

Black with #953A09

Text Example


Text Example

White with #953A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,9); }

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

background-color css

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

 a { background-color: rgb(149,58,9); }

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

border-color css

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

 span { border-color: rgb(149,58,9); }

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