Html Css Color HEX #954309 Saddle Brown

📋 copy color: '#954309'

red 149 ◦ green 67 ◦ blue 9

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

Shades of Saddle Brown #954309

Tints of Saddle Brown #954309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 66.22%
G = 29.78%
B = 4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#954309 (or 0x954309) is known color: Saddle Brown. HEX triplet: 95, 43 and 09. RGB value is (149,67,9). Sum of RGB (Red+Green+Blue) = 149+67+9=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #954309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954309 is #6ABCF6. Grayscale: #555555. Windows color (decimal): -6995191 or 607125. OLE color: 607125.

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

Color convert

RGB 149 67 9 -
CMYK 0 0.55 0.94 0.42
HSL 24.86º 0.89% 0.31% -
HSV(B) 24.86º 0.94% 0.58% -
XYZ 14.45 10.42 1.51 -
YUV 84.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 149 67 9 0 0.55 0.94 0.42 24.86 0.89 0.31
Hex 95 43 9 0 37 5E 2A 19 59 1F
Octal 225 103 11 0 67 136 52 31 131 37
Binary 10010101 1000011 1001 0 110111 1011110 101010 11001 1011001 11111

Color Harmonies of #954309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954309

Black with #954309

Text Example


Text Example

White with #954309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954309; }

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

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

background-color css

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

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

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

border-color css

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

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

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