#9D483C

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

Shades of Cognac #9D483C

Tints of Cognac #9D483C

Color information

#9D483C (or 0x9D483C) is unknown color: approx Cognac. HEX triplet: 9D, 48 and 3C. RGB value is (157,72,60). Sum of RGB (Red+Green+Blue) = 157+72+60=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D483C is #62B7C3. Grayscale: #606060. Windows color (decimal): -6469572 or 3950749. OLE color: 3950749.

HSL color Cylindrical-coordinate representation of color #9D483C: hue angle of 7.42º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D483C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1577260-
CMYK00.540.620.38
HSL7.42º44.7%42.55%-
HSV(B)7.42º61.78%61.57%-
XYZ17.0412.135.72-
YUV96.05107.66171.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=54.33%
G=24.91%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157726000.540.620.387.4244.742.55
Hex9D483C0363E2672d2b
Octal23511074066764675553
Binary1001110110010001111000110110111110100110111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,72,60); }

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

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

 a { background-color: rgb(157,72,60); }

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

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

 span { border-color: rgb(157,72,60); }

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