Html Css Color HEX #945931 Chelsea Gem

📋 copy color: '#945931'

red 148 ◦ green 89 ◦ blue 49

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

Shades of Chelsea Gem #945931

Tints of Chelsea Gem #945931

RGB

 RED value IS 148 (58.2% from 255) = 51.75%

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 51.75%
G = 31.12%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#945931 (or 0x945931) is known color: Chelsea Gem. HEX triplet: 94, 59 and 31. RGB value is (148,89,49). Sum of RGB (Red+Green+Blue) = 148+89+49=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #945931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945931 is #6BA6CE. Grayscale: #666666. Windows color (decimal): -7055055 or 3234196. OLE color: 3234196.

HSL color Cylindrical-coordinate representation of color #945931: hue angle of 24.24º degrees, saturation: 0.5, 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 #945931 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 49 -
CMYK 0 0.40 0.67 0.42
HSL 24.24º 0.5% 0.39% -
HSV(B) 24.24º 0.67% 0.58% -
XYZ 16.34 13.66 4.68 -
YUV 102.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 148 89 49 0 0.40 0.67 0.42 24.24 0.5 0.39
Hex 94 59 31 0 28 43 2A 18 32 27
Octal 224 131 61 0 50 103 52 30 62 47
Binary 10010100 1011001 110001 0 101000 1000011 101010 11000 110010 100111

Color Harmonies of #945931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945931

Black with #945931

Text Example


Text Example

White with #945931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945931; }

 p { color: rgb(148,89,49); }

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

background-color css

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

 a { background-color: rgb(148,89,49); }

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

border-color css

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

 span { border-color: rgb(148,89,49); }

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