Html Css Color HEX #955D37 Indochine

📋 copy color: '#955D37'

red 149 ◦ green 93 ◦ blue 55

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

Shades of Indochine #955D37

Tints of Indochine #955D37

RGB

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

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

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

R = 50.17%
G = 31.31%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#955D37 (or 0x955D37) is known color: Indochine. HEX triplet: 95, 5D and 37. RGB value is (149,93,55). Sum of RGB (Red+Green+Blue) = 149+93+55=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D37 is #6AA2C8. Grayscale: #696969. Windows color (decimal): -6988489 or 3628437. OLE color: 3628437.

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

Color convert

RGB 149 93 55 -
CMYK 0 0.38 0.63 0.42
HSL 24.26º 0.46% 0.4% -
HSV(B) 24.26º 0.63% 0.58% -
XYZ 17 14.49 5.52 -
YUV 105.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 149 93 55 0 0.38 0.63 0.42 24.26 0.46 0.4
Hex 95 5D 37 0 26 3F 2A 18 2E 28
Octal 225 135 67 0 46 77 52 30 56 50
Binary 10010101 1011101 110111 0 100110 111111 101010 11000 101110 101000

Color Harmonies of #955D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D37

Black with #955D37

Text Example


Text Example

White with #955D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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