Html Css Color HEX #95592A Chelsea Gem

📋 copy color: '#95592A'

red 149 ◦ green 89 ◦ blue 42

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

Shades of Chelsea Gem #95592A

Tints of Chelsea Gem #95592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 53.21%
G = 31.79%
B = 15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95592A (or 0x95592A) is known color: Chelsea Gem. HEX triplet: 95, 59 and 2A. RGB value is (149,89,42). Sum of RGB (Red+Green+Blue) = 149+89+42=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95592A is #6AA6D5. Grayscale: #656565. Windows color (decimal): -6989526 or 2775445. OLE color: 2775445.

HSL color Cylindrical-coordinate representation of color #95592A: hue angle of 26.36º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95592A is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 42 -
CMYK 0 0.40 0.72 0.42
HSL 26.36º 0.56% 0.37% -
HSV(B) 26.36º 0.72% 0.58% -
XYZ 16.38 13.7 3.97 -
YUV 101.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 149 89 42 0 0.40 0.72 0.42 26.36 0.56 0.37
Hex 95 59 2A 0 28 48 2A 1A 38 25
Octal 225 131 52 0 50 110 52 32 70 45
Binary 10010101 1011001 101010 0 101000 1001000 101010 11010 111000 100101

Color Harmonies of #95592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95592A

Black with #95592A

Text Example


Text Example

White with #95592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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