Html Css Color HEX #955835 Indochine

📋 copy color: '#955835'

red 149 ◦ green 88 ◦ blue 53

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

Shades of Indochine #955835

Tints of Indochine #955835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 51.38%
G = 30.34%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955835 (or 0x955835) is known color: Indochine. HEX triplet: 95, 58 and 35. RGB value is (149,88,53). Sum of RGB (Red+Green+Blue) = 149+88+53=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #955835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955835 is #6AA7CA. Grayscale: #666666. Windows color (decimal): -6989771 or 3496085. OLE color: 3496085.

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

Color convert

RGB 149 88 53 -
CMYK 0 0.41 0.64 0.42
HSL 21.88º 0.48% 0.4% -
HSV(B) 21.88º 0.64% 0.58% -
XYZ 16.53 13.63 5.13 -
YUV 102.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 149 88 53 0 0.41 0.64 0.42 21.88 0.48 0.4
Hex 95 58 35 0 29 40 2A 16 30 28
Octal 225 130 65 0 51 100 52 26 60 50
Binary 10010101 1011000 110101 0 101001 1000000 101010 10110 110000 101000

Color Harmonies of #955835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955835

Black with #955835

Text Example


Text Example

White with #955835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955835; }

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

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

background-color css

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

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

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

border-color css

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

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

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