Html Css Color HEX #915017 Saddle Brown

📋 copy color: '#915017'

red 145 ◦ green 80 ◦ blue 23

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

Shades of Saddle Brown #915017

Tints of Saddle Brown #915017

RGB

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

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

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

R = 58.47%
G = 32.26%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#915017 (or 0x915017) is known color: Saddle Brown. HEX triplet: 91, 50 and 17. RGB value is (145,80,23). Sum of RGB (Red+Green+Blue) = 145+80+23=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #915017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915017 is #6EAFE8. Grayscale: #5D5D5D. Windows color (decimal): -7253993 or 1527953. OLE color: 1527953.

HSL color Cylindrical-coordinate representation of color #915017: hue angle of 28.03º 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 #915017 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 23 -
CMYK 0 0.45 0.84 0.43
HSL 28.03º 0.73% 0.33% -
HSV(B) 28.03º 0.84% 0.57% -
XYZ 14.7 11.82 2.32 -
YUV 92.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 145 80 23 0 0.45 0.84 0.43 28.03 0.73 0.33
Hex 91 50 17 0 2D 54 2B 1C 49 21
Octal 221 120 27 0 55 124 53 34 111 41
Binary 10010001 1010000 10111 0 101101 1010100 101011 11100 1001001 100001

Color Harmonies of #915017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915017

Black with #915017

Text Example


Text Example

White with #915017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915017; }

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

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

background-color css

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

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

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

border-color css

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

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

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