Html Css Color HEX #9F5935 Indochine

📋 copy color: '#9F5935'

red 159 ◦ green 89 ◦ blue 53

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

Shades of Indochine #9F5935

Tints of Indochine #9F5935

RGB

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

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

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

R = 52.82%
G = 29.57%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F5935 (or 0x9F5935) is known color: Indochine. HEX triplet: 9F, 59 and 35. RGB value is (159,89,53). Sum of RGB (Red+Green+Blue) = 159+89+53=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5935 is #60A6CA. Grayscale: #6A6A6A. Windows color (decimal): -6334155 or 3496351. OLE color: 3496351.

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

Color convert

RGB 159 89 53 -
CMYK 0 0.44 0.67 0.38
HSL 20.38º 0.5% 0.42% -
HSV(B) 20.38º 0.67% 0.62% -
XYZ 18.51 14.77 5.24 -
YUV 105.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 159 89 53 0 0.44 0.67 0.38 20.38 0.5 0.42
Hex 9F 59 35 0 2C 43 26 14 32 2A
Octal 237 131 65 0 54 103 46 24 62 52
Binary 10011111 1011001 110101 0 101100 1000011 100110 10100 110010 101010

Color Harmonies of #9F5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5935

Black with #9F5935

Text Example


Text Example

White with #9F5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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