#9B4238

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

Shades of Cognac #9B4238

Tints of Cognac #9B4238

Color information

#9B4238 (or 0x9B4238) is unknown color: approx Cognac. HEX triplet: 9B, 42 and 38. RGB value is (155,66,56). Sum of RGB (Red+Green+Blue) = 155+66+56=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4238 is #64BDC7. Grayscale: #5B5B5B. Windows color (decimal): -6602184 or 3687067. OLE color: 3687067.

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

Color convert

RGB1556656-
CMYK00.570.640.39
HSL6.06º46.92%41.37%-
HSV(B)6.06º63.87%60.78%-
XYZ16.1811.155.04-
YUV91.47107.99173.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=55.96%
G=23.83%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155665600.570.640.396.0646.9241.37
Hex9B4238039402762f29
Octal233102700711004765751
Binary10011011100001011100001110011000000100111110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,56); }

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

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

 a { background-color: rgb(155,66,56); }

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

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

 span { border-color: rgb(155,66,56); }

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