Html Css Color HEX #9D473F Cognac

📋 copy color: '#9D473F'

red 157 ◦ green 71 ◦ blue 63

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

Shades of Cognac #9D473F

Tints of Cognac #9D473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 53.95%
G = 24.4%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9D473F (or 0x9D473F) is known color: Cognac. HEX triplet: 9D, 47 and 3F. RGB value is (157,71,63). Sum of RGB (Red+Green+Blue) = 157+71+63=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D473F is #62B8C0. Grayscale: #5F5F5F. Windows color (decimal): -6469825 or 4147101. OLE color: 4147101.

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

Color convert

RGB 157 71 63 -
CMYK 0 0.55 0.60 0.38
HSL 5.11º 0.43% 0.43% -
HSV(B) 5.11º 0.6% 0.62% -
XYZ 17.06 12.03 6.13 -
YUV 95.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 157 71 63 0 0.55 0.60 0.38 5.11 0.43 0.43
Hex 9D 47 3F 0 37 3C 26 5 2B 2B
Octal 235 107 77 0 67 74 46 5 53 53
Binary 10011101 1000111 111111 0 110111 111100 100110 101 101011 101011

Color Harmonies of #9D473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D473F

Black with #9D473F

Text Example


Text Example

White with #9D473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,71,63); }

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

background-color css

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

 a { background-color: rgb(157,71,63); }

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

border-color css

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

 span { border-color: rgb(157,71,63); }

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