Html Css Color HEX #98542F Chelsea Gem

📋 copy color: '#98542F'

red 152 ◦ green 84 ◦ blue 47

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

Shades of Chelsea Gem #98542F

Tints of Chelsea Gem #98542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 53.71%
G = 29.68%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98542F (or 0x98542F) is known color: Chelsea Gem. HEX triplet: 98, 54 and 2F. RGB value is (152,84,47). Sum of RGB (Red+Green+Blue) = 152+84+47=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98542F is #67ABD0. Grayscale: #646464. Windows color (decimal): -6794193 or 3101848. OLE color: 3101848.

HSL color Cylindrical-coordinate representation of color #98542F: hue angle of 21.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98542F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 47 -
CMYK 0 0.45 0.69 0.40
HSL 21.14º 0.53% 0.39% -
HSV(B) 21.14º 0.69% 0.6% -
XYZ 16.63 13.22 4.36 -
YUV 100.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 152 84 47 0 0.45 0.69 0.40 21.14 0.53 0.39
Hex 98 54 2F 0 2D 45 28 15 35 27
Octal 230 124 57 0 55 105 50 25 65 47
Binary 10011000 1010100 101111 0 101101 1000101 101000 10101 110101 100111

Color Harmonies of #98542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98542F

Black with #98542F

Text Example


Text Example

White with #98542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98542F; }

 p { color: rgb(152,84,47); }

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

background-color css

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

 a { background-color: rgb(152,84,47); }

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

border-color css

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

 span { border-color: rgb(152,84,47); }

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