Html Css Color HEX #954017 Saddle Brown

📋 copy color: '#954017'

red 149 ◦ green 64 ◦ blue 23

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

Shades of Saddle Brown #954017

Tints of Saddle Brown #954017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

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

R = 63.14%
G = 27.12%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954017 (or 0x954017) is known color: Saddle Brown. HEX triplet: 95, 40 and 17. RGB value is (149,64,23). Sum of RGB (Red+Green+Blue) = 149+64+23=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #954017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954017 is #6ABFE8. Grayscale: #545454. Windows color (decimal): -6995945 or 1523861. OLE color: 1523861.

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

Color convert

RGB 149 64 23 -
CMYK 0 0.57 0.85 0.42
HSL 19.52º 0.73% 0.34% -
HSV(B) 19.52º 0.85% 0.58% -
XYZ 14.38 10.12 2.01 -
YUV 84.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 149 64 23 0 0.57 0.85 0.42 19.52 0.73 0.34
Hex 95 40 17 0 39 55 2A 14 49 22
Octal 225 100 27 0 71 125 52 24 111 42
Binary 10010101 1000000 10111 0 111001 1010101 101010 10100 1001001 100010

Color Harmonies of #954017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954017

Black with #954017

Text Example


Text Example

White with #954017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954017; }

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

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

background-color css

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

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

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

border-color css

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

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

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