#9D4238

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

Shades of Cognac #9D4238

Tints of Cognac #9D4238

Color information

#9D4238 (or 0x9D4238) is unknown color: approx Cognac. HEX triplet: 9D, 42 and 38. RGB value is (157,66,56). Sum of RGB (Red+Green+Blue) = 157+66+56=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4238 is #62BDC7. Grayscale: #5C5C5C. Windows color (decimal): -6471112 or 3687069. OLE color: 3687069.

HSL color Cylindrical-coordinate representation of color #9D4238: hue angle of 5.94º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D4238 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB1576656-
CMYK00.580.640.38
HSL5.94º47.42%41.76%-
HSV(B)5.94º64.33%61.57%-
XYZ16.5711.355.06-
YUV92.07107.65174.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=56.27%
G=23.66%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157665600.580.640.385.9447.4241.76
Hex9D423803A402662f2a
Octal235102700721004665752
Binary10011101100001011100001110101000000100110110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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