Html Css Color HEX #915417 Saddle Brown

📋 copy color: '#915417'

red 145 ◦ green 84 ◦ blue 23

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

Shades of Saddle Brown #915417

Tints of Saddle Brown #915417

RGB

 RED value IS 145 (57.03% from 255) = 57.54%

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 57.54%
G = 33.33%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#915417 (or 0x915417) is known color: Saddle Brown. HEX triplet: 91, 54 and 17. RGB value is (145,84,23). Sum of RGB (Red+Green+Blue) = 145+84+23=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #915417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915417 is #6EABE8. Grayscale: #5F5F5F. Windows color (decimal): -7252969 or 1528977. OLE color: 1528977.

HSL color Cylindrical-coordinate representation of color #915417: hue angle of 30º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #915417 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 84 23 -
CMYK 0 0.42 0.84 0.43
HSL 30º 0.73% 0.33% -
HSV(B) 30º 0.84% 0.57% -
XYZ 15 12.42 2.42 -
YUV 95.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 145 84 23 0 0.42 0.84 0.43 30 0.73 0.33
Hex 91 54 17 0 2A 54 2B 1E 49 21
Octal 221 124 27 0 52 124 53 36 111 41
Binary 10010001 1010100 10111 0 101010 1010100 101011 11110 1001001 100001

Color Harmonies of #915417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915417

Black with #915417

Text Example


Text Example

White with #915417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915417; }

 p { color: rgb(145,84,23); }

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

background-color css

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

 a { background-color: rgb(145,84,23); }

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

border-color css

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

 span { border-color: rgb(145,84,23); }

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