Html Css Color HEX #935D36 Indochine

📋 copy color: '#935D36'

red 147 ◦ green 93 ◦ blue 54

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

Shades of Indochine #935D36

Tints of Indochine #935D36

RGB

 RED value IS 147 (57.81% from 255) = 50%

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

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

R = 50%
G = 31.63%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#935D36 (or 0x935D36) is known color: Indochine. HEX triplet: 93, 5D and 36. RGB value is (147,93,54). Sum of RGB (Red+Green+Blue) = 147+93+54=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #935D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935D36 is #6CA2C9. Grayscale: #686868. Windows color (decimal): -7119562 or 3562899. OLE color: 3562899.

HSL color Cylindrical-coordinate representation of color #935D36: hue angle of 25.16º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935D36 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 93 54 -
CMYK 0 0.37 0.63 0.42
HSL 25.16º 0.46% 0.39% -
HSV(B) 25.16º 0.63% 0.58% -
XYZ 16.61 14.3 5.37 -
YUV 104.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 147 93 54 0 0.37 0.63 0.42 25.16 0.46 0.39
Hex 93 5D 36 0 25 3F 2A 19 2E 27
Octal 223 135 66 0 45 77 52 31 56 47
Binary 10010011 1011101 110110 0 100101 111111 101010 11001 101110 100111

Color Harmonies of #935D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D36

Black with #935D36

Text Example


Text Example

White with #935D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935D36; }

 p { color: rgb(147,93,54); }

 H1.HeaderClassName
 {
   color: #935D36;
 }
 .AnyTagClassName
 {
   color: #935D36;
 }
</style>

background-color css

<style>
 a { background-color: #935D36; }

 a { background-color: rgb(147,93,54); }

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

border-color css

<style>
 span { border-color: #935D36; }

 span { border-color: rgb(147,93,54); }

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