Html Css Color HEX #955034 Chelsea Gem

📋 copy color: '#955034'

red 149 ◦ green 80 ◦ blue 52

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

Shades of Chelsea Gem #955034

Tints of Chelsea Gem #955034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 53.02%
G = 28.47%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#955034 (or 0x955034) is known color: Chelsea Gem. HEX triplet: 95, 50 and 34. RGB value is (149,80,52). Sum of RGB (Red+Green+Blue) = 149+80+52=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #955034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955034 is #6AAFCB. Grayscale: #616161. Windows color (decimal): -6991820 or 3428501. OLE color: 3428501.

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

Color convert

RGB 149 80 52 -
CMYK 0 0.46 0.65 0.42
HSL 17.32º 0.48% 0.39% -
HSV(B) 17.32º 0.65% 0.58% -
XYZ 15.88 12.37 4.8 -
YUV 97.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 149 80 52 0 0.46 0.65 0.42 17.32 0.48 0.39
Hex 95 50 34 0 2E 41 2A 11 30 27
Octal 225 120 64 0 56 101 52 21 60 47
Binary 10010101 1010000 110100 0 101110 1000001 101010 10001 110000 100111

Color Harmonies of #955034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955034

Black with #955034

Text Example


Text Example

White with #955034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955034; }

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

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

background-color css

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

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

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

border-color css

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

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

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