Html Css Color HEX #9F5D35 Indochine

📋 copy color: '#9F5D35'

red 159 ◦ green 93 ◦ blue 53

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

Shades of Indochine #9F5D35

Tints of Indochine #9F5D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

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

R = 52.13%
G = 30.49%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F5D35 (or 0x9F5D35) is known color: Indochine. HEX triplet: 9F, 5D and 35. RGB value is (159,93,53). Sum of RGB (Red+Green+Blue) = 159+93+53=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D35 is #60A2CA. Grayscale: #6C6C6C. Windows color (decimal): -6333131 or 3497375. OLE color: 3497375.

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

Color convert

RGB 159 93 53 -
CMYK 0 0.42 0.67 0.38
HSL 22.64º 0.5% 0.42% -
HSV(B) 22.64º 0.67% 0.62% -
XYZ 18.86 15.46 5.36 -
YUV 108.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 159 93 53 0 0.42 0.67 0.38 22.64 0.5 0.42
Hex 9F 5D 35 0 2A 43 26 17 32 2A
Octal 237 135 65 0 52 103 46 27 62 52
Binary 10011111 1011101 110101 0 101010 1000011 100110 10111 110010 101010

Color Harmonies of #9F5D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D35

Black with #9F5D35

Text Example


Text Example

White with #9F5D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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