Html Css Color HEX #985833 Indochine

📋 copy color: '#985833'

red 152 ◦ green 88 ◦ blue 51

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

Shades of Indochine #985833

Tints of Indochine #985833

RGB

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

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

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

R = 52.23%
G = 30.24%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985833 (or 0x985833) is known color: Indochine. HEX triplet: 98, 58 and 33. RGB value is (152,88,51). Sum of RGB (Red+Green+Blue) = 152+88+51=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985833 is #67A7CC. Grayscale: #676767. Windows color (decimal): -6793165 or 3365016. OLE color: 3365016.

HSL color Cylindrical-coordinate representation of color #985833: hue angle of 21.98º 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 #985833 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 51 -
CMYK 0 0.42 0.66 0.40
HSL 21.98º 0.5% 0.4% -
HSV(B) 21.98º 0.66% 0.6% -
XYZ 17.04 13.89 4.92 -
YUV 102.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 152 88 51 0 0.42 0.66 0.40 21.98 0.5 0.4
Hex 98 58 33 0 2A 42 28 16 32 28
Octal 230 130 63 0 52 102 50 26 62 50
Binary 10011000 1011000 110011 0 101010 1000010 101000 10110 110010 101000

Color Harmonies of #985833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985833

Black with #985833

Text Example


Text Example

White with #985833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985833; }

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

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

background-color css

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

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

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

border-color css

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

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

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