Html Css Color HEX #955E37 Indochine

📋 copy color: '#955E37'

red 149 ◦ green 94 ◦ blue 55

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

Shades of Indochine #955E37

Tints of Indochine #955E37

RGB

 RED value IS 149 (58.59% from 255) = 50%

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

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 50%
G = 31.54%
B = 18.46%

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

#955E37 (or 0x955E37) is known color: Indochine. HEX triplet: 95, 5E and 37. RGB value is (149,94,55). Sum of RGB (Red+Green+Blue) = 149+94+55=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E37 is #6AA1C8. Grayscale: #6A6A6A. Windows color (decimal): -6988233 or 3628693. OLE color: 3628693.

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

Color convert

RGB 149 94 55 -
CMYK 0 0.37 0.63 0.42
HSL 24.89º 0.46% 0.4% -
HSV(B) 24.89º 0.63% 0.58% -
XYZ 17.09 14.67 5.55 -
YUV 106 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 149 94 55 0 0.37 0.63 0.42 24.89 0.46 0.4
Hex 95 5E 37 0 25 3F 2A 19 2E 28
Octal 225 136 67 0 45 77 52 31 56 50
Binary 10010101 1011110 110111 0 100101 111111 101010 11001 101110 101000

Color Harmonies of #955E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E37

Black with #955E37

Text Example


Text Example

White with #955E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E37; }

 p { color: rgb(149,94,55); }

 H1.HeaderClassName
 {
   color: #955E37;
 }
 .AnyTagClassName
 {
   color: #955E37;
 }
</style>

background-color css

<style>
 a { background-color: #955E37; }

 a { background-color: rgb(149,94,55); }

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

border-color css

<style>
 span { border-color: #955E37; }

 span { border-color: rgb(149,94,55); }

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