Html Css Color HEX #9F5933 Indochine

📋 copy color: '#9F5933'

red 159 ◦ green 89 ◦ blue 51

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

Shades of Indochine #9F5933

Tints of Indochine #9F5933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 53.18%
G = 29.77%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9F5933 (or 0x9F5933) is known color: Indochine. HEX triplet: 9F, 59 and 33. RGB value is (159,89,51). Sum of RGB (Red+Green+Blue) = 159+89+51=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5933 is #60A6CC. Grayscale: #696969. Windows color (decimal): -6334157 or 3365279. OLE color: 3365279.

HSL color Cylindrical-coordinate representation of color #9F5933: hue angle of 21.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F5933 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 51 -
CMYK 0 0.44 0.68 0.38
HSL 21.11º 0.51% 0.41% -
HSV(B) 21.11º 0.68% 0.62% -
XYZ 18.47 14.75 5.01 -
YUV 105.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 159 89 51 0 0.44 0.68 0.38 21.11 0.51 0.41
Hex 9F 59 33 0 2C 44 26 15 33 29
Octal 237 131 63 0 54 104 46 25 63 51
Binary 10011111 1011001 110011 0 101100 1000100 100110 10101 110011 101001

Color Harmonies of #9F5933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5933

Black with #9F5933

Text Example


Text Example

White with #9F5933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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