Html Css Color HEX #95562C Chelsea Gem

📋 copy color: '#95562C'

red 149 ◦ green 86 ◦ blue 44

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

Shades of Chelsea Gem #95562C

Tints of Chelsea Gem #95562C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 53.41%
G = 30.82%
B = 15.77%

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

#95562C (or 0x95562C) is known color: Chelsea Gem. HEX triplet: 95, 56 and 2C. RGB value is (149,86,44). Sum of RGB (Red+Green+Blue) = 149+86+44=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95562C is #6AA9D3. Grayscale: #646464. Windows color (decimal): -6990292 or 2905749. OLE color: 2905749.

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

Color convert

RGB 149 86 44 -
CMYK 0 0.42 0.70 0.42
HSL 24º 0.54% 0.38% -
HSV(B) 24º 0.7% 0.58% -
XYZ 16.18 13.23 4.08 -
YUV 100.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 149 86 44 0 0.42 0.70 0.42 24 0.54 0.38
Hex 95 56 2C 0 2A 46 2A 18 36 26
Octal 225 126 54 0 52 106 52 30 66 46
Binary 10010101 1010110 101100 0 101010 1000110 101010 11000 110110 100110

Color Harmonies of #95562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95562C

Black with #95562C

Text Example


Text Example

White with #95562C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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