#9A4038

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

Shades of Cognac #9A4038

Tints of Cognac #9A4038

Color information

#9A4038 (or 0x9A4038) is unknown color: approx Cognac. HEX triplet: 9A, 40 and 38. RGB value is (154,64,56). Sum of RGB (Red+Green+Blue) = 154+64+56=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4038 is #65BFC7. Grayscale: #5A5A5A. Windows color (decimal): -6668232 or 3686554. OLE color: 3686554.

HSL color Cylindrical-coordinate representation of color #9A4038: hue angle of 4.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4038 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1546456-
CMYK00.580.640.40
HSL4.9º46.67%41.18%-
HSV(B)4.9º63.64%60.39%-
XYZ15.8710.824.99-
YUV90108.82173.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.20%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=56.20%
G=23.36%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154645600.580.640.404.946.6741.18
Hex9A403803A402852f29
Octal232100700721005055751
Binary10011010100000011100001110101000000101000101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,64,56); }

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

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

 a { background-color: rgb(154,64,56); }

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

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

 span { border-color: rgb(154,64,56); }

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