Html Css Color HEX #95592B Chelsea Gem

📋 copy color: '#95592B'

red 149 ◦ green 89 ◦ blue 43

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

Shades of Chelsea Gem #95592B

Tints of Chelsea Gem #95592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 53.02%
G = 31.67%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95592B (or 0x95592B) is known color: Chelsea Gem. HEX triplet: 95, 59 and 2B. RGB value is (149,89,43). Sum of RGB (Red+Green+Blue) = 149+89+43=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95592B is #6AA6D4. Grayscale: #656565. Windows color (decimal): -6989525 or 2840981. OLE color: 2840981.

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

Color convert

RGB 149 89 43 -
CMYK 0 0.40 0.71 0.42
HSL 26.04º 0.55% 0.38% -
HSV(B) 26.04º 0.71% 0.58% -
XYZ 16.4 13.71 4.07 -
YUV 101.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 149 89 43 0 0.40 0.71 0.42 26.04 0.55 0.38
Hex 95 59 2B 0 28 47 2A 1A 37 26
Octal 225 131 53 0 50 107 52 32 67 46
Binary 10010101 1011001 101011 0 101000 1000111 101010 11010 110111 100110

Color Harmonies of #95592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95592B

Black with #95592B

Text Example


Text Example

White with #95592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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