#9B4B3E

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

Shades of Cognac #9B4B3E

Tints of Cognac #9B4B3E

Color information

#9B4B3E (or 0x9B4B3E) is unknown color: approx Cognac. HEX triplet: 9B, 4B and 3E. RGB value is (155,75,62). Sum of RGB (Red+Green+Blue) = 155+75+62=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B3E is #64B4C1. Grayscale: #616161. Windows color (decimal): -6599874 or 4082587. OLE color: 4082587.

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

Color convert

RGB1557562-
CMYK00.520.60.39
HSL8.39º42.86%42.55%-
HSV(B)8.39º60%60.78%-
XYZ16.912.356.05-
YUV97.44108169.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=53.08%
G=25.68%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155756200.520.60.398.3942.8642.55
Hex9B4B3E0343C2782b2b
Octal233113760647447105353
Binary10011011100101111111001101001111001001111000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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