Html Css Color HEX #985F30 Indochine

📋 copy color: '#985F30'

red 152 ◦ green 95 ◦ blue 48

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

Shades of Indochine #985F30

Tints of Indochine #985F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 51.53%
G = 32.2%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#985F30 (or 0x985F30) is known color: Indochine. HEX triplet: 98, 5F and 30. RGB value is (152,95,48). Sum of RGB (Red+Green+Blue) = 152+95+48=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #985F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F30 is #67A0CF. Grayscale: #6A6A6A. Windows color (decimal): -6791376 or 3170200. OLE color: 3170200.

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

Color convert

RGB 152 95 48 -
CMYK 0 0.38 0.68 0.40
HSL 27.12º 0.52% 0.39% -
HSV(B) 27.12º 0.68% 0.6% -
XYZ 17.57 15.07 4.78 -
YUV 106.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 152 95 48 0 0.38 0.68 0.40 27.12 0.52 0.39
Hex 98 5F 30 0 26 44 28 1B 34 27
Octal 230 137 60 0 46 104 50 33 64 47
Binary 10011000 1011111 110000 0 100110 1000100 101000 11011 110100 100111

Color Harmonies of #985F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F30

Black with #985F30

Text Example


Text Example

White with #985F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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