Html Css Color HEX #9F5C36 Indochine

📋 copy color: '#9F5C36'

red 159 ◦ green 92 ◦ blue 54

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

Shades of Indochine #9F5C36

Tints of Indochine #9F5C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 52.13%
G = 30.16%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F5C36 (or 0x9F5C36) is known color: Indochine. HEX triplet: 9F, 5C and 36. RGB value is (159,92,54). Sum of RGB (Red+Green+Blue) = 159+92+54=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C36 is #60A3C9. Grayscale: #6B6B6B. Windows color (decimal): -6333386 or 3562655. OLE color: 3562655.

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

Color convert

RGB 159 92 54 -
CMYK 0 0.42 0.66 0.38
HSL 21.71º 0.49% 0.42% -
HSV(B) 21.71º 0.66% 0.62% -
XYZ 18.79 15.29 5.45 -
YUV 107.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 159 92 54 0 0.42 0.66 0.38 21.71 0.49 0.42
Hex 9F 5C 36 0 2A 42 26 16 31 2A
Octal 237 134 66 0 52 102 46 26 61 52
Binary 10011111 1011100 110110 0 101010 1000010 100110 10110 110001 101010

Color Harmonies of #9F5C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C36

Black with #9F5C36

Text Example


Text Example

White with #9F5C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,92,54); }

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

background-color css

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

 a { background-color: rgb(159,92,54); }

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

border-color css

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

 span { border-color: rgb(159,92,54); }

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