Html Css Color HEX #955017 Saddle Brown

📋 copy color: '#955017'

red 149 ◦ green 80 ◦ blue 23

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

Shades of Saddle Brown #955017

Tints of Saddle Brown #955017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 59.13%
G = 31.75%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#955017 (or 0x955017) is known color: Saddle Brown. HEX triplet: 95, 50 and 17. RGB value is (149,80,23). Sum of RGB (Red+Green+Blue) = 149+80+23=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955017 is #6AAFE8. Grayscale: #5E5E5E. Windows color (decimal): -6991849 or 1527957. OLE color: 1527957.

HSL color Cylindrical-coordinate representation of color #955017: hue angle of 27.14º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #955017 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 23 -
CMYK 0 0.46 0.85 0.42
HSL 27.14º 0.73% 0.34% -
HSV(B) 27.14º 0.85% 0.58% -
XYZ 15.42 12.19 2.35 -
YUV 94.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 149 80 23 0 0.46 0.85 0.42 27.14 0.73 0.34
Hex 95 50 17 0 2E 55 2A 1B 49 22
Octal 225 120 27 0 56 125 52 33 111 42
Binary 10010101 1010000 10111 0 101110 1010101 101010 11011 1001001 100010

Color Harmonies of #955017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955017

Black with #955017

Text Example


Text Example

White with #955017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955017; }

 p { color: rgb(149,80,23); }

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

background-color css

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

 a { background-color: rgb(149,80,23); }

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

border-color css

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

 span { border-color: rgb(149,80,23); }

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