Html Css Color HEX #95562D Chelsea Gem

📋 copy color: '#95562D'

red 149 ◦ green 86 ◦ blue 45

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

Shades of Chelsea Gem #95562D

Tints of Chelsea Gem #95562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 53.21%
G = 30.71%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95562D (or 0x95562D) is known color: Chelsea Gem. HEX triplet: 95, 56 and 2D. RGB value is (149,86,45). Sum of RGB (Red+Green+Blue) = 149+86+45=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95562D is #6AA9D2. Grayscale: #646464. Windows color (decimal): -6990291 or 2971285. OLE color: 2971285.

HSL color Cylindrical-coordinate representation of color #95562D: hue angle of 23.65º 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 #95562D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 45 -
CMYK 0 0.42 0.70 0.42
HSL 23.65º 0.54% 0.38% -
HSV(B) 23.65º 0.7% 0.58% -
XYZ 16.2 13.23 4.18 -
YUV 100.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 149 86 45 0 0.42 0.70 0.42 23.65 0.54 0.38
Hex 95 56 2D 0 2A 46 2A 18 36 26
Octal 225 126 55 0 52 106 52 30 66 46
Binary 10010101 1010110 101101 0 101010 1000110 101010 11000 110110 100110

Color Harmonies of #95562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95562D

Black with #95562D

Text Example


Text Example

White with #95562D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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