Html Css Color HEX #955A2E Chelsea Gem

📋 copy color: '#955A2E'

red 149 ◦ green 90 ◦ blue 46

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

Shades of Chelsea Gem #955A2E

Tints of Chelsea Gem #955A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 52.28%
G = 31.58%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#955A2E (or 0x955A2E) is known color: Chelsea Gem. HEX triplet: 95, 5A and 2E. RGB value is (149,90,46). Sum of RGB (Red+Green+Blue) = 149+90+46=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A2E is #6AA5D1. Grayscale: #666666. Windows color (decimal): -6989266 or 3037845. OLE color: 3037845.

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

Color convert

RGB 149 90 46 -
CMYK 0 0.40 0.69 0.42
HSL 25.63º 0.53% 0.38% -
HSV(B) 25.63º 0.69% 0.58% -
XYZ 16.54 13.9 4.4 -
YUV 102.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 149 90 46 0 0.40 0.69 0.42 25.63 0.53 0.38
Hex 95 5A 2E 0 28 45 2A 1A 35 26
Octal 225 132 56 0 50 105 52 32 65 46
Binary 10010101 1011010 101110 0 101000 1000101 101010 11010 110101 100110

Color Harmonies of #955A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A2E

Black with #955A2E

Text Example


Text Example

White with #955A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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