Html Css Color HEX #9C4941 Cognac

📋 copy color: '#9C4941'

red 156 ◦ green 73 ◦ blue 65

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

Shades of Cognac #9C4941

Tints of Cognac #9C4941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 53.06%
G = 24.83%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C4941 (or 0x9C4941) is known color: Cognac. HEX triplet: 9C, 49 and 41. RGB value is (156,73,65). Sum of RGB (Red+Green+Blue) = 156+73+65=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4941 is #63B6BE. Grayscale: #616161. Windows color (decimal): -6534847 or 4278684. OLE color: 4278684.

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

Color convert

RGB 156 73 65 -
CMYK 0 0.53 0.58 0.39
HSL 5.27º 0.41% 0.43% -
HSV(B) 5.27º 0.58% 0.61% -
XYZ 17.05 12.21 6.46 -
YUV 96.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 156 73 65 0 0.53 0.58 0.39 5.27 0.41 0.43
Hex 9C 49 41 0 35 3A 27 5 29 2B
Octal 234 111 101 0 65 72 47 5 51 53
Binary 10011100 1001001 1000001 0 110101 111010 100111 101 101001 101011

Color Harmonies of #9C4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4941

Black with #9C4941

Text Example


Text Example

White with #9C4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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