Html Css Color HEX #9C493A Cognac

📋 copy color: '#9C493A'

red 156 ◦ green 73 ◦ blue 58

#9C493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cognac #9C493A

Tints of Cognac #9C493A

RGB

 RED value IS 156 (61.33% from 255) = 54.36%

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 54.36%
G = 25.44%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C493A (or 0x9C493A) is known color: Cognac. HEX triplet: 9C, 49 and 3A. RGB value is (156,73,58). Sum of RGB (Red+Green+Blue) = 156+73+58=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C493A is #63B6C5. Grayscale: #606060. Windows color (decimal): -6534854 or 3819932. OLE color: 3819932.

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

Color convert

RGB 156 73 58 -
CMYK 0 0.53 0.63 0.39
HSL 9.18º 0.46% 0.42% -
HSV(B) 9.18º 0.63% 0.61% -
XYZ 16.86 12.14 5.46 -
YUV 96.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 156 73 58 0 0.53 0.63 0.39 9.18 0.46 0.42
Hex 9C 49 3A 0 35 3F 27 9 2E 2A
Octal 234 111 72 0 65 77 47 11 56 52
Binary 10011100 1001001 111010 0 110101 111111 100111 1001 101110 101010

Color Harmonies of #9C493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C493A

Black with #9C493A

Text Example


Text Example

White with #9C493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,58); }

 H1.HeaderClassName
 {
   color: #9C493A;
 }
 .AnyTagClassName
 {
   color: #9C493A;
 }
</style>

background-color css

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

 a { background-color: rgb(156,73,58); }

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

border-color css

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

 span { border-color: rgb(156,73,58); }

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