Html Css Color HEX #9F473D Cognac

📋 copy color: '#9F473D'

red 159 ◦ green 71 ◦ blue 61

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

Shades of Cognac #9F473D

Tints of Cognac #9F473D

RGB

 RED value IS 159 (62.5% from 255) = 54.64%

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

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

R = 54.64%
G = 24.4%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F473D (or 0x9F473D) is known color: Cognac. HEX triplet: 9F, 47 and 3D. RGB value is (159,71,61). Sum of RGB (Red+Green+Blue) = 159+71+61=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F473D is #60B8C2. Grayscale: #606060. Windows color (decimal): -6338755 or 4016031. OLE color: 4016031.

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

Color convert

RGB 159 71 61 -
CMYK 0 0.55 0.62 0.38
HSL 6.12º 0.45% 0.43% -
HSV(B) 6.12º 0.62% 0.62% -
XYZ 17.39 12.21 5.86 -
YUV 96.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 159 71 61 0 0.55 0.62 0.38 6.12 0.45 0.43
Hex 9F 47 3D 0 37 3E 26 6 2D 2B
Octal 237 107 75 0 67 76 46 6 55 53
Binary 10011111 1000111 111101 0 110111 111110 100110 110 101101 101011

Color Harmonies of #9F473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F473D

Black with #9F473D

Text Example


Text Example

White with #9F473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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