Html Css Color HEX #9D423C Cognac

📋 copy color: '#9D423C'

red 157 ◦ green 66 ◦ blue 60

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

Shades of Cognac #9D423C

Tints of Cognac #9D423C

RGB

 RED value IS 157 (61.72% from 255) = 55.48%

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 55.48%
G = 23.32%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D423C (or 0x9D423C) is known color: Cognac. HEX triplet: 9D, 42 and 3C. RGB value is (157,66,60). Sum of RGB (Red+Green+Blue) = 157+66+60=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D423C is #62BDC3. Grayscale: #5C5C5C. Windows color (decimal): -6471108 or 3949213. OLE color: 3949213.

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

Color convert

RGB 157 66 60 -
CMYK 0 0.58 0.62 0.38
HSL 3.71º 0.45% 0.43% -
HSV(B) 3.71º 0.62% 0.62% -
XYZ 16.67 11.39 5.6 -
YUV 92.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 157 66 60 0 0.58 0.62 0.38 3.71 0.45 0.43
Hex 9D 42 3C 0 3A 3E 26 4 2D 2B
Octal 235 102 74 0 72 76 46 4 55 53
Binary 10011101 1000010 111100 0 111010 111110 100110 100 101101 101011

Color Harmonies of #9D423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D423C

Black with #9D423C

Text Example


Text Example

White with #9D423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,66,60); }

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

background-color css

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

 a { background-color: rgb(157,66,60); }

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

border-color css

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

 span { border-color: rgb(157,66,60); }

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