Html Css Color HEX #95592D Chelsea Gem

📋 copy color: '#95592D'

red 149 ◦ green 89 ◦ blue 45

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

Shades of Chelsea Gem #95592D

Tints of Chelsea Gem #95592D

RGB

 RED value IS 149 (58.59% from 255) = 52.65%

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 52.65%
G = 31.45%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95592D (or 0x95592D) is known color: Chelsea Gem. HEX triplet: 95, 59 and 2D. RGB value is (149,89,45). Sum of RGB (Red+Green+Blue) = 149+89+45=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95592D is #6AA6D2. Grayscale: #666666. Windows color (decimal): -6989523 or 2972053. OLE color: 2972053.

HSL color Cylindrical-coordinate representation of color #95592D: hue angle of 25.38º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95592D is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 45 -
CMYK 0 0.40 0.70 0.42
HSL 25.38º 0.54% 0.38% -
HSV(B) 25.38º 0.7% 0.58% -
XYZ 16.44 13.72 4.27 -
YUV 101.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 149 89 45 0 0.40 0.70 0.42 25.38 0.54 0.38
Hex 95 59 2D 0 28 46 2A 19 36 26
Octal 225 131 55 0 50 106 52 31 66 46
Binary 10010101 1011001 101101 0 101000 1000110 101010 11001 110110 100110

Color Harmonies of #95592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95592D

Black with #95592D

Text Example


Text Example

White with #95592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95592D; }

 p { color: rgb(149,89,45); }

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

background-color css

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

 a { background-color: rgb(149,89,45); }

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

border-color css

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

 span { border-color: rgb(149,89,45); }

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