Html Css Color HEX #945037 Chelsea Gem

📋 copy color: '#945037'

red 148 ◦ green 80 ◦ blue 55

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

Shades of Chelsea Gem #945037

Tints of Chelsea Gem #945037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 52.3%
G = 28.27%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#945037 (or 0x945037) is known color: Chelsea Gem. HEX triplet: 94, 50 and 37. RGB value is (148,80,55). Sum of RGB (Red+Green+Blue) = 148+80+55=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #945037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945037 is #6BAFC8. Grayscale: #616161. Windows color (decimal): -7057353 or 3625108. OLE color: 3625108.

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

Color convert

RGB 148 80 55 -
CMYK 0 0.46 0.63 0.42
HSL 16.13º 0.46% 0.4% -
HSV(B) 16.13º 0.63% 0.58% -
XYZ 15.77 12.31 5.16 -
YUV 97.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 148 80 55 0 0.46 0.63 0.42 16.13 0.46 0.4
Hex 94 50 37 0 2E 3F 2A 10 2E 28
Octal 224 120 67 0 56 77 52 20 56 50
Binary 10010100 1010000 110111 0 101110 111111 101010 10000 101110 101000

Color Harmonies of #945037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945037

Black with #945037

Text Example


Text Example

White with #945037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945037; }

 p { color: rgb(148,80,55); }

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

background-color css

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

 a { background-color: rgb(148,80,55); }

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

border-color css

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

 span { border-color: rgb(148,80,55); }

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