Html Css Color HEX #985332 Chelsea Gem

📋 copy color: '#985332'

red 152 ◦ green 83 ◦ blue 50

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

Shades of Chelsea Gem #985332

Tints of Chelsea Gem #985332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 53.33%
G = 29.12%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#985332 (or 0x985332) is known color: Chelsea Gem. HEX triplet: 98, 53 and 32. RGB value is (152,83,50). Sum of RGB (Red+Green+Blue) = 152+83+50=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985332 is #67ACCD. Grayscale: #646464. Windows color (decimal): -6794446 or 3298200. OLE color: 3298200.

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

Color convert

RGB 152 83 50 -
CMYK 0 0.45 0.67 0.40
HSL 19.41º 0.5% 0.4% -
HSV(B) 19.41º 0.67% 0.6% -
XYZ 16.62 13.09 4.67 -
YUV 99.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 152 83 50 0 0.45 0.67 0.40 19.41 0.5 0.4
Hex 98 53 32 0 2D 43 28 13 32 28
Octal 230 123 62 0 55 103 50 23 62 50
Binary 10011000 1010011 110010 0 101101 1000011 101000 10011 110010 101000

Color Harmonies of #985332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985332

Black with #985332

Text Example


Text Example

White with #985332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985332; }

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

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

background-color css

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

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

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

border-color css

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

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

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