Html Css Color HEX #985C33 Indochine

📋 copy color: '#985C33'

red 152 ◦ green 92 ◦ blue 51

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

Shades of Indochine #985C33

Tints of Indochine #985C33

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 51.53%
G = 31.19%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985C33 (or 0x985C33) is known color: Indochine. HEX triplet: 98, 5C and 33. RGB value is (152,92,51). Sum of RGB (Red+Green+Blue) = 152+92+51=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #985C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C33 is #67A3CC. Grayscale: #696969. Windows color (decimal): -6792141 or 3366040. OLE color: 3366040.

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

Color convert

RGB 152 92 51 -
CMYK 0 0.39 0.66 0.40
HSL 24.36º 0.5% 0.4% -
HSV(B) 24.36º 0.66% 0.6% -
XYZ 17.37 14.57 5.03 -
YUV 105.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 152 92 51 0 0.39 0.66 0.40 24.36 0.5 0.4
Hex 98 5C 33 0 27 42 28 18 32 28
Octal 230 134 63 0 47 102 50 30 62 50
Binary 10011000 1011100 110011 0 100111 1000010 101000 11000 110010 101000

Color Harmonies of #985C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C33

Black with #985C33

Text Example


Text Example

White with #985C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,92,51); }

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

background-color css

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

 a { background-color: rgb(152,92,51); }

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

border-color css

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

 span { border-color: rgb(152,92,51); }

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