Html Css Color HEX #954F36 Chelsea Gem

📋 copy color: '#954F36'

red 149 ◦ green 79 ◦ blue 54

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

Shades of Chelsea Gem #954F36

Tints of Chelsea Gem #954F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 52.84%
G = 28.01%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#954F36 (or 0x954F36) is known color: Chelsea Gem. HEX triplet: 95, 4F and 36. RGB value is (149,79,54). Sum of RGB (Red+Green+Blue) = 149+79+54=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #954F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F36 is #6AB0C9. Grayscale: #616161. Windows color (decimal): -6992074 or 3559317. OLE color: 3559317.

HSL color Cylindrical-coordinate representation of color #954F36: hue angle of 15.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954F36 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 54 -
CMYK 0 0.47 0.64 0.42
HSL 15.79º 0.47% 0.4% -
HSV(B) 15.79º 0.64% 0.58% -
XYZ 15.86 12.25 5.02 -
YUV 97.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 149 79 54 0 0.47 0.64 0.42 15.79 0.47 0.4
Hex 95 4F 36 0 2F 40 2A 10 2F 28
Octal 225 117 66 0 57 100 52 20 57 50
Binary 10010101 1001111 110110 0 101111 1000000 101010 10000 101111 101000

Color Harmonies of #954F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F36

Black with #954F36

Text Example


Text Example

White with #954F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F36; }

 p { color: rgb(149,79,54); }

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

background-color css

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

 a { background-color: rgb(149,79,54); }

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

border-color css

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

 span { border-color: rgb(149,79,54); }

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