Html Css Color HEX #99552F Chelsea Gem

📋 copy color: '#99552F'

red 153 ◦ green 85 ◦ blue 47

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

Shades of Chelsea Gem #99552F

Tints of Chelsea Gem #99552F

RGB

 RED value IS 153 (60.16% from 255) = 53.68%

 GREEN value IS 85 (33.59% from 255) = 29.82%

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

R = 53.68%
G = 29.82%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99552F (or 0x99552F) is known color: Chelsea Gem. HEX triplet: 99, 55 and 2F. RGB value is (153,85,47). Sum of RGB (Red+Green+Blue) = 153+85+47=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99552F is #66AAD0. Grayscale: #656565. Windows color (decimal): -6728401 or 3102105. OLE color: 3102105.

HSL color Cylindrical-coordinate representation of color #99552F: hue angle of 21.51º 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 #99552F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 47 -
CMYK 0 0.44 0.69 0.4
HSL 21.51º 0.53% 0.39% -
HSV(B) 21.51º 0.69% 0.6% -
XYZ 16.9 13.47 4.4 -
YUV 101 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 153 85 47 0 0.44 0.69 0.4 21.51 0.53 0.39
Hex 99 55 2F 0 2C 45 28 16 35 27
Octal 231 125 57 0 54 105 50 26 65 47
Binary 10011001 1010101 101111 0 101100 1000101 101000 10110 110101 100111

Color Harmonies of #99552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99552F

Black with #99552F

Text Example


Text Example

White with #99552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,85,47); }

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

background-color css

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

 a { background-color: rgb(153,85,47); }

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

border-color css

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

 span { border-color: rgb(153,85,47); }

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