#9A4B41

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

Shades of Cognac #9A4B41

Tints of Cognac #9A4B41

Color information

#9A4B41 (or 0x9A4B41) is unknown color: approx Cognac. HEX triplet: 9A, 4B and 41. RGB value is (154,75,65). Sum of RGB (Red+Green+Blue) = 154+75+65=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4B41 is #65B4BE. Grayscale: #616161. Windows color (decimal): -6665407 or 4279194. OLE color: 4279194.

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

Color convert

RGB1547565-
CMYK00.510.580.40
HSL6.74º40.64%42.94%-
HSV(B)6.74º57.79%60.39%-
XYZ16.812.286.49-
YUV97.48109.67168.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.38%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=52.38%
G=25.51%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154756500.510.580.406.7440.6442.94
Hex9A4B410333A287292b
Octal232113101063725075153
Binary10011010100101110000010110011111010101000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,65); }

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

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

 a { background-color: rgb(154,75,65); }

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

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

 span { border-color: rgb(154,75,65); }

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