Html Css Color HEX #95552B Chelsea Gem

📋 copy color: '#95552B'

red 149 ◦ green 85 ◦ blue 43

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

Shades of Chelsea Gem #95552B

Tints of Chelsea Gem #95552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 53.79%
G = 30.69%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95552B (or 0x95552B) is known color: Chelsea Gem. HEX triplet: 95, 55 and 2B. RGB value is (149,85,43). Sum of RGB (Red+Green+Blue) = 149+85+43=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95552B is #6AAAD4. Grayscale: #636363. Windows color (decimal): -6990549 or 2839957. OLE color: 2839957.

HSL color Cylindrical-coordinate representation of color #95552B: hue angle of 23.77º 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 #95552B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 43 -
CMYK 0 0.43 0.71 0.42
HSL 23.77º 0.55% 0.38% -
HSV(B) 23.77º 0.71% 0.58% -
XYZ 16.08 13.06 3.96 -
YUV 99.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 149 85 43 0 0.43 0.71 0.42 23.77 0.55 0.38
Hex 95 55 2B 0 2B 47 2A 18 37 26
Octal 225 125 53 0 53 107 52 30 67 46
Binary 10010101 1010101 101011 0 101011 1000111 101010 11000 110111 100110

Color Harmonies of #95552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95552B

Black with #95552B

Text Example


Text Example

White with #95552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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