Html Css Color HEX #9F5A37 Indochine

📋 copy color: '#9F5A37'

red 159 ◦ green 90 ◦ blue 55

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

Shades of Indochine #9F5A37

Tints of Indochine #9F5A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 52.3%
G = 29.61%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F5A37 (or 0x9F5A37) is known color: Indochine. HEX triplet: 9F, 5A and 37. RGB value is (159,90,55). Sum of RGB (Red+Green+Blue) = 159+90+55=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A37 is #60A5C8. Grayscale: #6A6A6A. Windows color (decimal): -6333897 or 3627679. OLE color: 3627679.

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

Color convert

RGB 159 90 55 -
CMYK 0 0.43 0.65 0.38
HSL 20.19º 0.49% 0.42% -
HSV(B) 20.19º 0.65% 0.62% -
XYZ 18.64 14.96 5.52 -
YUV 106.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 159 90 55 0 0.43 0.65 0.38 20.19 0.49 0.42
Hex 9F 5A 37 0 2B 41 26 14 31 2A
Octal 237 132 67 0 53 101 46 24 61 52
Binary 10011111 1011010 110111 0 101011 1000001 100110 10100 110001 101010

Color Harmonies of #9F5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A37

Black with #9F5A37

Text Example


Text Example

White with #9F5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,55); }

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

background-color css

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

 a { background-color: rgb(159,90,55); }

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

border-color css

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

 span { border-color: rgb(159,90,55); }

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