Html Css Color HEX #9C4138 Cognac

📋 copy color: '#9C4138'

red 156 ◦ green 65 ◦ blue 56

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

Shades of Cognac #9C4138

Tints of Cognac #9C4138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 56.32%
G = 23.47%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9C4138 (or 0x9C4138) is known color: Cognac. HEX triplet: 9C, 41 and 38. RGB value is (156,65,56). Sum of RGB (Red+Green+Blue) = 156+65+56=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4138 is #63BEC7. Grayscale: #5B5B5B. Windows color (decimal): -6536904 or 3686812. OLE color: 3686812.

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

Color convert

RGB 156 65 56 -
CMYK 0 0.58 0.64 0.39
HSL 5.4º 0.47% 0.42% -
HSV(B) 5.4º 0.64% 0.61% -
XYZ 16.31 11.13 5.03 -
YUV 91.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 156 65 56 0 0.58 0.64 0.39 5.4 0.47 0.42
Hex 9C 41 38 0 3A 40 27 5 2F 2A
Octal 234 101 70 0 72 100 47 5 57 52
Binary 10011100 1000001 111000 0 111010 1000000 100111 101 101111 101010

Color Harmonies of #9C4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4138

Black with #9C4138

Text Example


Text Example

White with #9C4138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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