Html Css Color HEX #913C15 Saddle Brown

📋 copy color: '#913C15'

red 145 ◦ green 60 ◦ blue 21

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

Shades of Saddle Brown #913C15

Tints of Saddle Brown #913C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 64.16%
G = 26.55%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#913C15 (or 0x913C15) is known color: Saddle Brown. HEX triplet: 91, 3C and 15. RGB value is (145,60,21). Sum of RGB (Red+Green+Blue) = 145+60+21=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #913C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913C15 is #6EC3EA. Grayscale: #515151. Windows color (decimal): -7259115 or 1391761. OLE color: 1391761.

HSL color Cylindrical-coordinate representation of color #913C15: hue angle of 18.87º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #913C15 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 60 21 -
CMYK 0 0.59 0.86 0.43
HSL 18.87º 0.75% 0.33% -
HSV(B) 18.87º 0.86% 0.57% -
XYZ 13.43 9.31 1.8 -
YUV 80.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 145 60 21 0 0.59 0.86 0.43 18.87 0.75 0.33
Hex 91 3C 15 0 3B 56 2B 13 4B 21
Octal 221 74 25 0 73 126 53 23 113 41
Binary 10010001 111100 10101 0 111011 1010110 101011 10011 1001011 100001

Color Harmonies of #913C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913C15

Black with #913C15

Text Example


Text Example

White with #913C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913C15; }

 p { color: rgb(145,60,21); }

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

background-color css

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

 a { background-color: rgb(145,60,21); }

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

border-color css

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

 span { border-color: rgb(145,60,21); }

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