Html Css Color HEX #9E4A3E Cognac

📋 copy color: '#9E4A3E'

red 158 ◦ green 74 ◦ blue 62

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

Shades of Cognac #9E4A3E

Tints of Cognac #9E4A3E

RGB

 RED value IS 158 (62.11% from 255) = 53.74%

 GREEN value IS 74 (29.3% from 255) = 25.17%

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 53.74%
G = 25.17%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9E4A3E (or 0x9E4A3E) is known color: Cognac. HEX triplet: 9E, 4A and 3E. RGB value is (158,74,62). Sum of RGB (Red+Green+Blue) = 158+74+62=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A3E is #61B5C1. Grayscale: #616161. Windows color (decimal): -6403522 or 4082334. OLE color: 4082334.

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

Color convert

RGB 158 74 62 -
CMYK 0 0.53 0.61 0.38
HSL 7.5º 0.44% 0.43% -
HSV(B) 7.5º 0.61% 0.62% -
XYZ 17.42 12.51 6.05 -
YUV 97.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 158 74 62 0 0.53 0.61 0.38 7.5 0.44 0.43
Hex 9E 4A 3E 0 35 3D 26 8 2C 2B
Octal 236 112 76 0 65 75 46 10 54 53
Binary 10011110 1001010 111110 0 110101 111101 100110 1000 101100 101011

Color Harmonies of #9E4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A3E

Black with #9E4A3E

Text Example


Text Example

White with #9E4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,62); }

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

background-color css

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

 a { background-color: rgb(158,74,62); }

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

border-color css

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

 span { border-color: rgb(158,74,62); }

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