Html Css Color HEX #955F3A Indochine

📋 copy color: '#955F3A'

red 149 ◦ green 95 ◦ blue 58

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

Shades of Indochine #955F3A

Tints of Indochine #955F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 49.34%
G = 31.46%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#955F3A (or 0x955F3A) is known color: Indochine. HEX triplet: 95, 5F and 3A. RGB value is (149,95,58). Sum of RGB (Red+Green+Blue) = 149+95+58=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F3A is #6AA0C5. Grayscale: #6B6B6B. Windows color (decimal): -6987974 or 3825557. OLE color: 3825557.

HSL color Cylindrical-coordinate representation of color #955F3A: hue angle of 24.4º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955F3A is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 58 -
CMYK 0 0.36 0.61 0.42
HSL 24.4º 0.44% 0.41% -
HSV(B) 24.4º 0.61% 0.58% -
XYZ 17.25 14.88 5.97 -
YUV 106.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 149 95 58 0 0.36 0.61 0.42 24.4 0.44 0.41
Hex 95 5F 3A 0 24 3D 2A 18 2C 29
Octal 225 137 72 0 44 75 52 30 54 51
Binary 10010101 1011111 111010 0 100100 111101 101010 11000 101100 101001

Color Harmonies of #955F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F3A

Black with #955F3A

Text Example


Text Example

White with #955F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,95,58); }

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

background-color css

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

 a { background-color: rgb(149,95,58); }

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

border-color css

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

 span { border-color: rgb(149,95,58); }

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