Html Css Color HEX #9F4035 Cognac

📋 copy color: '#9F4035'

red 159 ◦ green 64 ◦ blue 53

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

Shades of Cognac #9F4035

Tints of Cognac #9F4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 57.61%
G = 23.19%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F4035 (or 0x9F4035) is known color: Cognac. HEX triplet: 9F, 40 and 35. RGB value is (159,64,53). Sum of RGB (Red+Green+Blue) = 159+64+53=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4035 is #60BFCA. Grayscale: #5B5B5B. Windows color (decimal): -6340555 or 3489951. OLE color: 3489951.

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

Color convert

RGB 159 64 53 -
CMYK 0 0.60 0.67 0.38
HSL 6.23º 0.5% 0.42% -
HSV(B) 6.23º 0.67% 0.62% -
XYZ 16.77 11.29 4.66 -
YUV 91.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 159 64 53 0 0.60 0.67 0.38 6.23 0.5 0.42
Hex 9F 40 35 0 3C 43 26 6 32 2A
Octal 237 100 65 0 74 103 46 6 62 52
Binary 10011111 1000000 110101 0 111100 1000011 100110 110 110010 101010

Color Harmonies of #9F4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4035

Black with #9F4035

Text Example


Text Example

White with #9F4035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,64,53); }

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

background-color css

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

 a { background-color: rgb(159,64,53); }

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

border-color css

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

 span { border-color: rgb(159,64,53); }

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