#9A4800

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

Shades of Saddle Brown #9A4800

Tints of Saddle Brown #9A4800

Color information

#9A4800 (or 0x9A4800) is unknown color: approx Saddle Brown. HEX triplet: 9A, 48 and 00. RGB value is (154,72,0). Sum of RGB (Red+Green+Blue) = 154+72+0=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4800 is #65B7FF. Grayscale: #585858. Windows color (decimal): -6666240 or 18586. OLE color: 18586.

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

Color convert

RGB154720-
CMYK00.5310.40
HSL28.05º100%30.2%-
HSV(B)28.05º100%60.39%-
XYZ15.6411.51.4-
YUV88.3178.17174.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.14%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.14%
G=31.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15472000.5310.4028.0510030.2
Hex9A48003564281c641e
Octal2321100065144503414436
Binary10011010100100000110101110010010100011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,72,0); }

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

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

 a { background-color: rgb(154,72,0); }

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

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

 span { border-color: rgb(154,72,0); }

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