#9A3002

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

Shades of Saddle Brown #9A3002

Tints of Saddle Brown #9A3002

Color information

#9A3002 (or 0x9A3002) is unknown color: approx Saddle Brown. HEX triplet: 9A, 30 and 02. RGB value is (154,48,2). Sum of RGB (Red+Green+Blue) = 154+48+2=204 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.49% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3002 is #65CFFD. Grayscale: #4A4A4A. Windows color (decimal): -6672382 or 143514. OLE color: 143514.

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

Color convert

RGB154482-
CMYK00.690.990.40
HSL18.16º97.44%30.59%-
HSV(B)18.16º98.7%60.39%-
XYZ14.398.991.03-
YUV74.4587.12184.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 75.49%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=75.49%
G=23.53%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15448200.690.990.4018.1697.4430.59
Hex9A302045632812611f
Octal2326020105143502214137
Binary100110101100001001000101110001110100010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,48,2); }

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

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

 a { background-color: rgb(154,48,2); }

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

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

 span { border-color: rgb(154,48,2); }

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