#9b4f3f

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

Shades of Cognac #9B4F3F

Tints of Cognac #9B4F3F

Color information

#9B4F3F (or 0x9B4F3F) is unknown color: approx Cognac. HEX triplet: 9B, 4F and 3F. RGB value is (155,79,63). Sum of RGB (Red+Green+Blue) = 155+79+63=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4F3F is #64B0C0. Grayscale: #646464. Windows color (decimal): -6598849 or 4149147. OLE color: 4149147.

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

Color convert

RGB1557963-
CMYK00.490.590.39
HSL10.43º42.2%42.75%-
HSV(B)10.43º59.35%60.78%-
XYZ17.2112.926.29-
YUV99.9107.18167.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 63 (25% from 255) = 21.21%
R=52.19%
G=26.60%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155796300.490.590.3910.4342.242.75
Hex9B4F3F0313B27a2a2b
Octal233117770617347125253
Binary10011011100111111111101100011110111001111010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,63); }

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

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

 a { background-color: rgb(155,79,63); }

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

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

 span { border-color: rgb(155,79,63); }

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