Html Css Color HEX #9E423A Cognac

📋 copy color: '#9E423A'

red 158 ◦ green 66 ◦ blue 58

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

Shades of Cognac #9E423A

Tints of Cognac #9E423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 56.03%
G = 23.4%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E423A (or 0x9E423A) is known color: Cognac. HEX triplet: 9E, 42 and 3A. RGB value is (158,66,58). Sum of RGB (Red+Green+Blue) = 158+66+58=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E423A is #61BDC5. Grayscale: #5C5C5C. Windows color (decimal): -6405574 or 3818142. OLE color: 3818142.

HSL color Cylindrical-coordinate representation of color #9E423A: hue angle of 4.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E423A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 66 58 -
CMYK 0 0.58 0.63 0.38
HSL 4.8º 0.46% 0.42% -
HSV(B) 4.8º 0.63% 0.62% -
XYZ 16.81 11.47 5.33 -
YUV 92.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 158 66 58 0 0.58 0.63 0.38 4.8 0.46 0.42
Hex 9E 42 3A 0 3A 3F 26 5 2E 2A
Octal 236 102 72 0 72 77 46 5 56 52
Binary 10011110 1000010 111010 0 111010 111111 100110 101 101110 101010

Color Harmonies of #9E423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E423A

Black with #9E423A

Text Example


Text Example

White with #9E423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,66,58); }

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

background-color css

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

 a { background-color: rgb(158,66,58); }

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

border-color css

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

 span { border-color: rgb(158,66,58); }

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