Html Css Color HEX #985331 Chelsea Gem

📋 copy color: '#985331'

red 152 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #985331

Tints of Chelsea Gem #985331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 53.52%
G = 29.23%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#985331 (or 0x985331) is known color: Chelsea Gem. HEX triplet: 98, 53 and 31. RGB value is (152,83,49). Sum of RGB (Red+Green+Blue) = 152+83+49=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #985331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985331 is #67ACCE. Grayscale: #636363. Windows color (decimal): -6794447 or 3232664. OLE color: 3232664.

HSL color Cylindrical-coordinate representation of color #985331: hue angle of 19.81º degrees, saturation: 0.51, 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 #985331 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 49 -
CMYK 0 0.45 0.68 0.40
HSL 19.81º 0.51% 0.39% -
HSV(B) 19.81º 0.68% 0.6% -
XYZ 16.6 13.08 4.56 -
YUV 99.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 152 83 49 0 0.45 0.68 0.40 19.81 0.51 0.39
Hex 98 53 31 0 2D 44 28 14 33 27
Octal 230 123 61 0 55 104 50 24 63 47
Binary 10011000 1010011 110001 0 101101 1000100 101000 10100 110011 100111

Color Harmonies of #985331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985331

Black with #985331

Text Example


Text Example

White with #985331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985331; }

 p { color: rgb(152,83,49); }

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

background-color css

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

 a { background-color: rgb(152,83,49); }

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

border-color css

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

 span { border-color: rgb(152,83,49); }

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