Html Css Color HEX #9E473D Cognac

📋 copy color: '#9E473D'

red 158 ◦ green 71 ◦ blue 61

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

Shades of Cognac #9E473D

Tints of Cognac #9E473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 54.48%
G = 24.48%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9E473D (or 0x9E473D) is known color: Cognac. HEX triplet: 9E, 47 and 3D. RGB value is (158,71,61). Sum of RGB (Red+Green+Blue) = 158+71+61=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E473D is #61B8C2. Grayscale: #5F5F5F. Windows color (decimal): -6404291 or 4016030. OLE color: 4016030.

HSL color Cylindrical-coordinate representation of color #9E473D: hue angle of 6.19º 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 #9E473D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 71 61 -
CMYK 0 0.55 0.61 0.38
HSL 6.19º 0.44% 0.43% -
HSV(B) 6.19º 0.61% 0.62% -
XYZ 17.2 12.11 5.85 -
YUV 95.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 158 71 61 0 0.55 0.61 0.38 6.19 0.44 0.43
Hex 9E 47 3D 0 37 3D 26 6 2C 2B
Octal 236 107 75 0 67 75 46 6 54 53
Binary 10011110 1000111 111101 0 110111 111101 100110 110 101100 101011

Color Harmonies of #9E473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E473D

Black with #9E473D

Text Example


Text Example

White with #9E473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,71,61); }

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

background-color css

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

 a { background-color: rgb(158,71,61); }

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

border-color css

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

 span { border-color: rgb(158,71,61); }

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