#9b4b41

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

Shades of Cognac #9B4B41

Tints of Cognac #9B4B41

Color information

#9B4B41 (or 0x9B4B41) is unknown color: approx Cognac. HEX triplet: 9B, 4B and 41. RGB value is (155,75,65). Sum of RGB (Red+Green+Blue) = 155+75+65=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B41 is #64B4BE. Grayscale: #616161. Windows color (decimal): -6599871 or 4279195. OLE color: 4279195.

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

Color convert

RGB1557565-
CMYK00.520.580.39
HSL6.67º40.91%43.14%-
HSV(B)6.67º58.06%60.78%-
XYZ16.9912.386.5-
YUV97.78109.5168.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=52.54%
G=25.42%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155756500.520.580.396.6740.9143.14
Hex9B4B410343A277292b
Octal233113101064724775153
Binary10011011100101110000010110100111010100111111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4b41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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