Html Css Color HEX #955836 Indochine

📋 copy color: '#955836'

red 149 ◦ green 88 ◦ blue 54

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

Shades of Indochine #955836

Tints of Indochine #955836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 51.2%
G = 30.24%
B = 18.56%

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

#955836 (or 0x955836) is known color: Indochine. HEX triplet: 95, 58 and 36. RGB value is (149,88,54). Sum of RGB (Red+Green+Blue) = 149+88+54=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #955836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955836 is #6AA7C9. Grayscale: #666666. Windows color (decimal): -6989770 or 3561621. OLE color: 3561621.

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

Color convert

RGB 149 88 54 -
CMYK 0 0.41 0.64 0.42
HSL 21.47º 0.47% 0.4% -
HSV(B) 21.47º 0.64% 0.58% -
XYZ 16.55 13.64 5.25 -
YUV 102.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 149 88 54 0 0.41 0.64 0.42 21.47 0.47 0.4
Hex 95 58 36 0 29 40 2A 15 2F 28
Octal 225 130 66 0 51 100 52 25 57 50
Binary 10010101 1011000 110110 0 101001 1000000 101010 10101 101111 101000

Color Harmonies of #955836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955836

Black with #955836

Text Example


Text Example

White with #955836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955836; }

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

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

background-color css

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

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

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

border-color css

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

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

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