Html Css Color HEX #9C4740 Cognac

📋 copy color: '#9C4740'

red 156 ◦ green 71 ◦ blue 64

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

Shades of Cognac #9C4740

Tints of Cognac #9C4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 53.61%
G = 24.4%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9C4740 (or 0x9C4740) is known color: Cognac. HEX triplet: 9C, 47 and 40. RGB value is (156,71,64). Sum of RGB (Red+Green+Blue) = 156+71+64=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4740 is #63B8BF. Grayscale: #5F5F5F. Windows color (decimal): -6535360 or 4212636. OLE color: 4212636.

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

Color convert

RGB 156 71 64 -
CMYK 0 0.54 0.59 0.39
HSL 4.57º 0.42% 0.43% -
HSV(B) 4.57º 0.59% 0.61% -
XYZ 16.89 11.94 6.27 -
YUV 95.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 156 71 64 0 0.54 0.59 0.39 4.57 0.42 0.43
Hex 9C 47 40 0 36 3B 27 5 2A 2B
Octal 234 107 100 0 66 73 47 5 52 53
Binary 10011100 1000111 1000000 0 110110 111011 100111 101 101010 101011

Color Harmonies of #9C4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4740

Black with #9C4740

Text Example


Text Example

White with #9C4740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,64); }

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

background-color css

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

 a { background-color: rgb(156,71,64); }

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

border-color css

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

 span { border-color: rgb(156,71,64); }

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