Html Css Color HEX #985F3A Indochine

📋 copy color: '#985F3A'

red 152 ◦ green 95 ◦ blue 58

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

Shades of Indochine #985F3A

Tints of Indochine #985F3A

RGB

 RED value IS 152 (59.77% from 255) = 49.84%

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

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

R = 49.84%
G = 31.15%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#985F3A (or 0x985F3A) is known color: Indochine. HEX triplet: 98, 5F and 3A. RGB value is (152,95,58). Sum of RGB (Red+Green+Blue) = 152+95+58=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F3A is #67A0C5. Grayscale: #6C6C6C. Windows color (decimal): -6791366 or 3825560. OLE color: 3825560.

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

Color convert

RGB 152 95 58 -
CMYK 0 0.38 0.62 0.40
HSL 23.62º 0.45% 0.41% -
HSV(B) 23.62º 0.62% 0.6% -
XYZ 17.8 15.17 5.99 -
YUV 107.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 152 95 58 0 0.38 0.62 0.40 23.62 0.45 0.41
Hex 98 5F 3A 0 26 3E 28 18 2D 29
Octal 230 137 72 0 46 76 50 30 55 51
Binary 10011000 1011111 111010 0 100110 111110 101000 11000 101101 101001

Color Harmonies of #985F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F3A

Black with #985F3A

Text Example


Text Example

White with #985F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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