#9A483C

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

Shades of Cognac #9A483C

Tints of Cognac #9A483C

Color information

#9A483C (or 0x9A483C) is unknown color: approx Cognac. HEX triplet: 9A, 48 and 3C. RGB value is (154,72,60). Sum of RGB (Red+Green+Blue) = 154+72+60=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A483C is #65B7C3. Grayscale: #5F5F5F. Windows color (decimal): -6666180 or 3950746. OLE color: 3950746.

HSL color Cylindrical-coordinate representation of color #9A483C: hue angle of 7.66º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A483C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1547260-
CMYK00.530.610.40
HSL7.66º43.93%41.96%-
HSV(B)7.66º61.04%60.39%-
XYZ16.4611.835.69-
YUV95.15108.17169.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.85%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=53.85%
G=25.17%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154726000.530.610.407.6643.9341.96
Hex9A483C0353D2882c2a
Octal232110740657550105452
Binary10011010100100011110001101011111011010001000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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