Html Css Color HEX #9F5E34 Indochine

📋 copy color: '#9F5E34'

red 159 ◦ green 94 ◦ blue 52

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

Shades of Indochine #9F5E34

Tints of Indochine #9F5E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 52.13%
G = 30.82%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F5E34 (or 0x9F5E34) is known color: Indochine. HEX triplet: 9F, 5E and 34. RGB value is (159,94,52). Sum of RGB (Red+Green+Blue) = 159+94+52=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5E34 is #60A1CB. Grayscale: #6C6C6C. Windows color (decimal): -6332876 or 3432095. OLE color: 3432095.

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

Color convert

RGB 159 94 52 -
CMYK 0 0.41 0.67 0.38
HSL 23.55º 0.51% 0.41% -
HSV(B) 23.55º 0.67% 0.62% -
XYZ 18.92 15.62 5.27 -
YUV 108.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 159 94 52 0 0.41 0.67 0.38 23.55 0.51 0.41
Hex 9F 5E 34 0 29 43 26 18 33 29
Octal 237 136 64 0 51 103 46 30 63 51
Binary 10011111 1011110 110100 0 101001 1000011 100110 11000 110011 101001

Color Harmonies of #9F5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E34

Black with #9F5E34

Text Example


Text Example

White with #9F5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,94,52); }

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

background-color css

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

 a { background-color: rgb(159,94,52); }

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

border-color css

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

 span { border-color: rgb(159,94,52); }

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