Html Css Color HEX #955E35 Indochine

📋 copy color: '#955E35'

red 149 ◦ green 94 ◦ blue 53

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

Shades of Indochine #955E35

Tints of Indochine #955E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 50.34%
G = 31.76%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955E35 (or 0x955E35) is known color: Indochine. HEX triplet: 95, 5E and 35. RGB value is (149,94,53). Sum of RGB (Red+Green+Blue) = 149+94+53=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #955E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E35 is #6AA1CA. Grayscale: #696969. Windows color (decimal): -6988235 or 3497621. OLE color: 3497621.

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

Color convert

RGB 149 94 53 -
CMYK 0 0.37 0.64 0.42
HSL 25.63º 0.48% 0.4% -
HSV(B) 25.63º 0.64% 0.58% -
XYZ 17.04 14.65 5.3 -
YUV 105.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 149 94 53 0 0.37 0.64 0.42 25.63 0.48 0.4
Hex 95 5E 35 0 25 40 2A 1A 30 28
Octal 225 136 65 0 45 100 52 32 60 50
Binary 10010101 1011110 110101 0 100101 1000000 101010 11010 110000 101000

Color Harmonies of #955E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E35

Black with #955E35

Text Example


Text Example

White with #955E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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