#9A3A02

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

Shades of Saddle Brown #9A3A02

Tints of Saddle Brown #9A3A02

Color information

#9A3A02 (or 0x9A3A02) is unknown color: approx Saddle Brown. HEX triplet: 9A, 3A and 02. RGB value is (154,58,2). Sum of RGB (Red+Green+Blue) = 154+58+2=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A02 is #65C5FD. Grayscale: #505050. Windows color (decimal): -6669822 or 146074. OLE color: 146074.

HSL color Cylindrical-coordinate representation of color #9A3A02: hue angle of 22.11º 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 #9A3A02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154582-
CMYK00.620.990.40
HSL22.11º97.44%30.59%-
HSV(B)22.11º98.7%60.39%-
XYZ14.859.91.19-
YUV80.3283.8180.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.96%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=71.96%
G=27.10%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15458200.620.990.4022.1197.4430.59
Hex9A3A203E632816611f
Octal232722076143502614137
Binary10011010111010100111110110001110100010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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