Html Css Color HEX #955438 Chelsea Gem

📋 copy color: '#955438'

red 149 ◦ green 84 ◦ blue 56

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

Shades of Chelsea Gem #955438

Tints of Chelsea Gem #955438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 51.56%
G = 29.07%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#955438 (or 0x955438) is known color: Chelsea Gem. HEX triplet: 95, 54 and 38. RGB value is (149,84,56). Sum of RGB (Red+Green+Blue) = 149+84+56=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955438 is #6AABC7. Grayscale: #646464. Windows color (decimal): -6990792 or 3691669. OLE color: 3691669.

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

Color convert

RGB 149 84 56 -
CMYK 0 0.44 0.62 0.42
HSL 18.06º 0.45% 0.4% -
HSV(B) 18.06º 0.62% 0.58% -
XYZ 16.28 13.02 5.4 -
YUV 100.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 149 84 56 0 0.44 0.62 0.42 18.06 0.45 0.4
Hex 95 54 38 0 2C 3E 2A 12 2D 28
Octal 225 124 70 0 54 76 52 22 55 50
Binary 10010101 1010100 111000 0 101100 111110 101010 10010 101101 101000

Color Harmonies of #955438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955438

Black with #955438

Text Example


Text Example

White with #955438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955438; }

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

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

background-color css

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

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

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

border-color css

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

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

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