Html Css Color HEX #955534 Chelsea Gem

📋 copy color: '#955534'

red 149 ◦ green 85 ◦ blue 52

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

Shades of Chelsea Gem #955534

Tints of Chelsea Gem #955534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 52.1%
G = 29.72%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#955534 (or 0x955534) is known color: Chelsea Gem. HEX triplet: 95, 55 and 34. RGB value is (149,85,52). Sum of RGB (Red+Green+Blue) = 149+85+52=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955534 is #6AAACB. Grayscale: #646464. Windows color (decimal): -6990540 or 3429781. OLE color: 3429781.

HSL color Cylindrical-coordinate representation of color #955534: hue angle of 20.41º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #955534 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 52 -
CMYK 0 0.43 0.65 0.42
HSL 20.41º 0.48% 0.39% -
HSV(B) 20.41º 0.65% 0.58% -
XYZ 16.26 13.13 4.93 -
YUV 100.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 149 85 52 0 0.43 0.65 0.42 20.41 0.48 0.39
Hex 95 55 34 0 2B 41 2A 14 30 27
Octal 225 125 64 0 53 101 52 24 60 47
Binary 10010101 1010101 110100 0 101011 1000001 101010 10100 110000 100111

Color Harmonies of #955534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955534

Black with #955534

Text Example


Text Example

White with #955534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955534; }

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

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

background-color css

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

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

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

border-color css

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

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

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