Html Css Color HEX #955D34 Indochine

📋 copy color: '#955D34'

red 149 ◦ green 93 ◦ blue 52

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

Shades of Indochine #955D34

Tints of Indochine #955D34

RGB

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

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

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

R = 50.68%
G = 31.63%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#955D34 (or 0x955D34) is known color: Indochine. HEX triplet: 95, 5D and 34. RGB value is (149,93,52). Sum of RGB (Red+Green+Blue) = 149+93+52=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #955D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D34 is #6AA2CB. Grayscale: #696969. Windows color (decimal): -6988492 or 3431829. OLE color: 3431829.

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

Color convert

RGB 149 93 52 -
CMYK 0 0.38 0.65 0.42
HSL 25.36º 0.48% 0.39% -
HSV(B) 25.36º 0.65% 0.58% -
XYZ 16.93 14.47 5.15 -
YUV 105.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 149 93 52 0 0.38 0.65 0.42 25.36 0.48 0.39
Hex 95 5D 34 0 26 41 2A 19 30 27
Octal 225 135 64 0 46 101 52 31 60 47
Binary 10010101 1011101 110100 0 100110 1000001 101010 11001 110000 100111

Color Harmonies of #955D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D34

Black with #955D34

Text Example


Text Example

White with #955D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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