#9A3D01

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

Shades of Saddle Brown #9A3D01

Tints of Saddle Brown #9A3D01

Color information

#9A3D01 (or 0x9A3D01) is unknown color: approx Saddle Brown. HEX triplet: 9A, 3D and 01. RGB value is (154,61,1). Sum of RGB (Red+Green+Blue) = 154+61+1=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3D01 is #65C2FE. Grayscale: #525252. Windows color (decimal): -6669055 or 81306. OLE color: 81306.

HSL color Cylindrical-coordinate representation of color #9A3D01: hue angle of 23.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A3D01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154611-
CMYK00.600.990.40
HSL23.53º98.71%30.39%-
HSV(B)23.53º99.35%60.39%-
XYZ1510.211.21-
YUV81.9782.31179.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.30%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=71.30%
G=28.24%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15461100.600.990.4023.5398.7130.39
Hex9A3D103C632818631e
Octal232751074143503014336
Binary1001101011110110111100110001110100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3D01; }

 p { color: rgb(154,61,1); }

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

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

 a { background-color: rgb(154,61,1); }

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

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

 span { border-color: rgb(154,61,1); }

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