#9A4B3E

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

Shades of Cognac #9A4B3E

Tints of Cognac #9A4B3E

Color information

#9A4B3E (or 0x9A4B3E) is unknown color: approx Cognac. HEX triplet: 9A, 4B and 3E. RGB value is (154,75,62). Sum of RGB (Red+Green+Blue) = 154+75+62=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4B3E is #65B4C1. Grayscale: #616161. Windows color (decimal): -6665410 or 4082586. OLE color: 4082586.

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

Color convert

RGB1547562-
CMYK00.510.600.40
HSL8.48º42.59%42.35%-
HSV(B)8.48º59.74%60.39%-
XYZ16.7112.256.04-
YUV97.14108.17168.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.92%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=52.92%
G=25.77%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154756200.510.600.408.4842.5942.35
Hex9A4B3E0333C2882b2a
Octal232113760637450105352
Binary10011010100101111111001100111111001010001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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