#913C1A

Color #913C1A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #913C1A

Tints of Saddle Brown #913C1A

Color information

#913C1A (or 0x913C1A) is unknown color: approx Saddle Brown. HEX triplet: 91, 3C and 1A. RGB value is (145,60,26). Sum of RGB (Red+Green+Blue) = 145+60+26=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #913C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913C1A is #6EC3E5. Grayscale: #515151. Windows color (decimal): -7259110 or 1719441. OLE color: 1719441.

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

Color convert

RGB1456026-
CMYK00.590.820.43
HSL17.14º69.59%33.53%-
HSV(B)17.14º82.07%56.86%-
XYZ13.489.332.07-
YUV81.5496.66173.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=62.77%
G=25.97%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145602600.590.820.4317.1469.5933.53
Hex913C1A03B522B114622
Octal2217432073122532110642
Binary100100011111001101001110111010010101011100011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #913C1A;
 }
 .AnyTagClassName
 {
   color: #913C1A;
 }
</style>
background-color css

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

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

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

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

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

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