Html Css Color HEX #954617 Saddle Brown

📋 copy color: '#954617'

red 149 ◦ green 70 ◦ blue 23

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

Shades of Saddle Brown #954617

Tints of Saddle Brown #954617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.93%

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

R = 61.57%
G = 28.93%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954617 (or 0x954617) is known color: Saddle Brown. HEX triplet: 95, 46 and 17. RGB value is (149,70,23). Sum of RGB (Red+Green+Blue) = 149+70+23=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #954617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954617 is #6AB9E8. Grayscale: #585858. Windows color (decimal): -6994409 or 1525397. OLE color: 1525397.

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

Color convert

RGB 149 70 23 -
CMYK 0 0.53 0.85 0.42
HSL 22.38º 0.73% 0.34% -
HSV(B) 22.38º 0.85% 0.58% -
XYZ 14.74 10.83 2.12 -
YUV 88.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 149 70 23 0 0.53 0.85 0.42 22.38 0.73 0.34
Hex 95 46 17 0 35 55 2A 16 49 22
Octal 225 106 27 0 65 125 52 26 111 42
Binary 10010101 1000110 10111 0 110101 1010101 101010 10110 1001001 100010

Color Harmonies of #954617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954617

Black with #954617

Text Example


Text Example

White with #954617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954617; }

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

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

background-color css

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

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

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

border-color css

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

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

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