Html Css Color HEX #9F5937 Indochine

📋 copy color: '#9F5937'

red 159 ◦ green 89 ◦ blue 55

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

Shades of Indochine #9F5937

Tints of Indochine #9F5937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

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

R = 52.48%
G = 29.37%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F5937 (or 0x9F5937) is known color: Indochine. HEX triplet: 9F, 59 and 37. RGB value is (159,89,55). Sum of RGB (Red+Green+Blue) = 159+89+55=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5937 is #60A6C8. Grayscale: #6A6A6A. Windows color (decimal): -6334153 or 3627423. OLE color: 3627423.

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

Color convert

RGB 159 89 55 -
CMYK 0 0.44 0.65 0.38
HSL 19.62º 0.49% 0.42% -
HSV(B) 19.62º 0.65% 0.62% -
XYZ 18.56 14.79 5.49 -
YUV 106.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 159 89 55 0 0.44 0.65 0.38 19.62 0.49 0.42
Hex 9F 59 37 0 2C 41 26 14 31 2A
Octal 237 131 67 0 54 101 46 24 61 52
Binary 10011111 1011001 110111 0 101100 1000001 100110 10100 110001 101010

Color Harmonies of #9F5937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5937

Black with #9F5937

Text Example


Text Example

White with #9F5937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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