#985E2F

Color #985E2F Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #985E2F

Tints of Indochine #985E2F

Color information

#985E2F (or 0x985E2F) is unknown color: approx Indochine. HEX triplet: 98, 5E and 2F. RGB value is (152,94,47). Sum of RGB (Red+Green+Blue) = 152+94+47=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #985E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E2F is #67A1D0. Grayscale: #6A6A6A. Windows color (decimal): -6791633 or 3104408. OLE color: 3104408.

HSL color Cylindrical-coordinate representation of color #985E2F: hue angle of 26.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #985E2F is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1529447-
CMYK00.380.690.40
HSL26.86º52.76%39.02%-
HSV(B)26.86º69.08%59.61%-
XYZ17.4614.894.64-
YUV105.9894.72160.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=51.88%
G=32.08%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152944700.380.690.4026.8652.7639.02
Hex985E2F02645281b3527
Octal2301365704610550336547
Binary1001100010111101011110100110100010110100011011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985E2F; }

 p { color: rgb(152,94,47); }

 H1.HeaderClassName
 {
   color: #985E2F;
 }
 .AnyTagClassName
 {
   color: #985E2F;
 }
</style>
background-color css

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

 a { background-color: rgb(152,94,47); }

 div.DivClassName
 {
   background-color: #985E2F;
 }
 .BgClassName
 {
   background-color: #985E2F;
 }
</style>
border-color css

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

 span { border-color: rgb(152,94,47); }

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