Html Css Color HEX #953B09 Saddle Brown

📋 copy color: '#953B09'

red 149 ◦ green 59 ◦ blue 9

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

Shades of Saddle Brown #953B09

Tints of Saddle Brown #953B09

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

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

R = 68.66%
G = 27.19%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#953B09 (or 0x953B09) is known color: Saddle Brown. HEX triplet: 95, 3B and 09. RGB value is (149,59,9). Sum of RGB (Red+Green+Blue) = 149+59+9=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B09 is #6AC4F6. Grayscale: #505050. Windows color (decimal): -6997239 or 605077. OLE color: 605077.

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

Color convert

RGB 149 59 9 -
CMYK 0 0.60 0.94 0.42
HSL 21.43º 0.89% 0.31% -
HSV(B) 21.43º 0.94% 0.58% -
XYZ 14.01 9.54 1.36 -
YUV 80.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 149 59 9 0 0.60 0.94 0.42 21.43 0.89 0.31
Hex 95 3B 9 0 3C 5E 2A 15 59 1F
Octal 225 73 11 0 74 136 52 25 131 37
Binary 10010101 111011 1001 0 111100 1011110 101010 10101 1011001 11111

Color Harmonies of #953B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B09

Black with #953B09

Text Example


Text Example

White with #953B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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