Html Css Color HEX #955431 Chelsea Gem

📋 copy color: '#955431'

red 149 ◦ green 84 ◦ blue 49

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

Shades of Chelsea Gem #955431

Tints of Chelsea Gem #955431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 52.84%
G = 29.79%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#955431 (or 0x955431) is known color: Chelsea Gem. HEX triplet: 95, 54 and 31. RGB value is (149,84,49). Sum of RGB (Red+Green+Blue) = 149+84+49=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #955431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955431 is #6AABCE. Grayscale: #636363. Windows color (decimal): -6990799 or 3232917. OLE color: 3232917.

HSL color Cylindrical-coordinate representation of color #955431: hue angle of 21º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #955431 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 49 -
CMYK 0 0.44 0.67 0.42
HSL 21º 0.51% 0.39% -
HSV(B) 21º 0.67% 0.58% -
XYZ 16.12 12.95 4.56 -
YUV 99.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 149 84 49 0 0.44 0.67 0.42 21 0.51 0.39
Hex 95 54 31 0 2C 43 2A 15 33 27
Octal 225 124 61 0 54 103 52 25 63 47
Binary 10010101 1010100 110001 0 101100 1000011 101010 10101 110011 100111

Color Harmonies of #955431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955431

Black with #955431

Text Example


Text Example

White with #955431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955431; }

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

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

background-color css

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

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

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

border-color css

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

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

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