Html Css Color HEX #955935 Indochine

📋 copy color: '#955935'

red 149 ◦ green 89 ◦ blue 53

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

Shades of Indochine #955935

Tints of Indochine #955935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 51.2%
G = 30.58%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955935 (or 0x955935) is known color: Indochine. HEX triplet: 95, 59 and 35. RGB value is (149,89,53). Sum of RGB (Red+Green+Blue) = 149+89+53=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #955935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955935 is #6AA6CA. Grayscale: #676767. Windows color (decimal): -6989515 or 3496341. OLE color: 3496341.

HSL color Cylindrical-coordinate representation of color #955935: hue angle of 22.5º 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 #955935 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 53 -
CMYK 0 0.40 0.64 0.42
HSL 22.5º 0.48% 0.4% -
HSV(B) 22.5º 0.64% 0.58% -
XYZ 16.61 13.79 5.15 -
YUV 102.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 149 89 53 0 0.40 0.64 0.42 22.5 0.48 0.4
Hex 95 59 35 0 28 40 2A 16 30 28
Octal 225 131 65 0 50 100 52 26 60 50
Binary 10010101 1011001 110101 0 101000 1000000 101010 10110 110000 101000

Color Harmonies of #955935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955935

Black with #955935

Text Example


Text Example

White with #955935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955935; }

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

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

background-color css

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

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

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

border-color css

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

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

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