Html Css Color HEX #952D09 Saddle Brown

📋 copy color: '#952D09'

red 149 ◦ green 45 ◦ blue 9

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

Shades of Saddle Brown #952D09

Tints of Saddle Brown #952D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 73.4%
G = 22.17%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#952D09 (or 0x952D09) is known color: Saddle Brown. HEX triplet: 95, 2D and 09. RGB value is (149,45,9). Sum of RGB (Red+Green+Blue) = 149+45+9=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D09 is #6AD2F6. Grayscale: #484848. Windows color (decimal): -7000823 or 601493. OLE color: 601493.

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

Color convert

RGB 149 45 9 -
CMYK 0 0.70 0.94 0.42
HSL 15.43º 0.89% 0.31% -
HSV(B) 15.43º 0.94% 0.58% -
XYZ 13.38 8.29 1.15 -
YUV 71.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 149 45 9 0 0.70 0.94 0.42 15.43 0.89 0.31
Hex 95 2D 9 0 46 5E 2A F 59 1F
Octal 225 55 11 0 106 136 52 17 131 37
Binary 10010101 101101 1001 0 1000110 1011110 101010 1111 1011001 11111

Color Harmonies of #952D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D09

Black with #952D09

Text Example


Text Example

White with #952D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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