Html Css Color HEX #955A2F Chelsea Gem

📋 copy color: '#955A2F'

red 149 ◦ green 90 ◦ blue 47

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

Shades of Chelsea Gem #955A2F

Tints of Chelsea Gem #955A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 52.1%
G = 31.47%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#955A2F (or 0x955A2F) is known color: Chelsea Gem. HEX triplet: 95, 5A and 2F. RGB value is (149,90,47). Sum of RGB (Red+Green+Blue) = 149+90+47=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A2F is #6AA5D0. Grayscale: #666666. Windows color (decimal): -6989265 or 3103381. OLE color: 3103381.

HSL color Cylindrical-coordinate representation of color #955A2F: hue angle of 25.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #955A2F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 47 -
CMYK 0 0.40 0.68 0.42
HSL 25.29º 0.52% 0.38% -
HSV(B) 25.29º 0.68% 0.58% -
XYZ 16.56 13.91 4.5 -
YUV 102.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 149 90 47 0 0.40 0.68 0.42 25.29 0.52 0.38
Hex 95 5A 2F 0 28 44 2A 19 34 26
Octal 225 132 57 0 50 104 52 31 64 46
Binary 10010101 1011010 101111 0 101000 1000100 101010 11001 110100 100110

Color Harmonies of #955A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A2F

Black with #955A2F

Text Example


Text Example

White with #955A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A2F; }

 p { color: rgb(149,90,47); }

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

background-color css

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

 a { background-color: rgb(149,90,47); }

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

border-color css

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

 span { border-color: rgb(149,90,47); }

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