Html Css Color HEX #915313 Saddle Brown

📋 copy color: '#915313'

red 145 ◦ green 83 ◦ blue 19

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

Shades of Saddle Brown #915313

Tints of Saddle Brown #915313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 58.7%
G = 33.6%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#915313 (or 0x915313) is known color: Saddle Brown. HEX triplet: 91, 53 and 13. RGB value is (145,83,19). Sum of RGB (Red+Green+Blue) = 145+83+19=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #915313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915313 is #6EACEC. Grayscale: #5E5E5E. Windows color (decimal): -7253229 or 1266577. OLE color: 1266577.

HSL color Cylindrical-coordinate representation of color #915313: hue angle of 30.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #915313 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 83 19 -
CMYK 0 0.43 0.87 0.43
HSL 30.48º 0.77% 0.32% -
HSV(B) 30.48º 0.87% 0.57% -
XYZ 14.89 12.25 2.2 -
YUV 94.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 145 83 19 0 0.43 0.87 0.43 30.48 0.77 0.32
Hex 91 53 13 0 2B 57 2B 1E 4D 20
Octal 221 123 23 0 53 127 53 36 115 40
Binary 10010001 1010011 10011 0 101011 1010111 101011 11110 1001101 100000

Color Harmonies of #915313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915313

Black with #915313

Text Example


Text Example

White with #915313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915313; }

 p { color: rgb(145,83,19); }

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

background-color css

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

 a { background-color: rgb(145,83,19); }

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

border-color css

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

 span { border-color: rgb(145,83,19); }

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