Html Css Color HEX #955434 Chelsea Gem

📋 copy color: '#955434'

red 149 ◦ green 84 ◦ blue 52

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

Shades of Chelsea Gem #955434

Tints of Chelsea Gem #955434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 52.28%
G = 29.47%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#955434 (or 0x955434) is known color: Chelsea Gem. HEX triplet: 95, 54 and 34. RGB value is (149,84,52). Sum of RGB (Red+Green+Blue) = 149+84+52=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955434 is #6AABCB. Grayscale: #636363. Windows color (decimal): -6990796 or 3429525. OLE color: 3429525.

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

Color convert

RGB 149 84 52 -
CMYK 0 0.44 0.65 0.42
HSL 19.79º 0.48% 0.39% -
HSV(B) 19.79º 0.65% 0.58% -
XYZ 16.18 12.98 4.9 -
YUV 99.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 149 84 52 0 0.44 0.65 0.42 19.79 0.48 0.39
Hex 95 54 34 0 2C 41 2A 14 30 27
Octal 225 124 64 0 54 101 52 24 60 47
Binary 10010101 1010100 110100 0 101100 1000001 101010 10100 110000 100111

Color Harmonies of #955434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955434

Black with #955434

Text Example


Text Example

White with #955434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955434; }

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

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

background-color css

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

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

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

border-color css

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

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

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