Html Css Color HEX #955D38 Indochine

📋 copy color: '#955D38'

red 149 ◦ green 93 ◦ blue 56

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

Shades of Indochine #955D38

Tints of Indochine #955D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 50%
G = 31.21%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#955D38 (or 0x955D38) is known color: Indochine. HEX triplet: 95, 5D and 38. RGB value is (149,93,56). Sum of RGB (Red+Green+Blue) = 149+93+56=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D38 is #6AA2C7. Grayscale: #696969. Windows color (decimal): -6988488 or 3693973. OLE color: 3693973.

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

Color convert

RGB 149 93 56 -
CMYK 0 0.38 0.62 0.42
HSL 23.87º 0.45% 0.4% -
HSV(B) 23.87º 0.62% 0.58% -
XYZ 17.02 14.5 5.64 -
YUV 105.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 149 93 56 0 0.38 0.62 0.42 23.87 0.45 0.4
Hex 95 5D 38 0 26 3E 2A 18 2D 28
Octal 225 135 70 0 46 76 52 30 55 50
Binary 10010101 1011101 111000 0 100110 111110 101010 11000 101101 101000

Color Harmonies of #955D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D38

Black with #955D38

Text Example


Text Example

White with #955D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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