Html Css Color HEX #945038 Chelsea Gem

📋 copy color: '#945038'

red 148 ◦ green 80 ◦ blue 56

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

Shades of Chelsea Gem #945038

Tints of Chelsea Gem #945038

RGB

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

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

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

R = 52.11%
G = 28.17%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#945038 (or 0x945038) is known color: Chelsea Gem. HEX triplet: 94, 50 and 38. RGB value is (148,80,56). Sum of RGB (Red+Green+Blue) = 148+80+56=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #945038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945038 is #6BAFC7. Grayscale: #616161. Windows color (decimal): -7057352 or 3690644. OLE color: 3690644.

HSL color Cylindrical-coordinate representation of color #945038: hue angle of 15.65º 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 #945038 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 80 56 -
CMYK 0 0.46 0.62 0.42
HSL 15.65º 0.45% 0.4% -
HSV(B) 15.65º 0.62% 0.58% -
XYZ 15.8 12.32 5.29 -
YUV 97.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 148 80 56 0 0.46 0.62 0.42 15.65 0.45 0.4
Hex 94 50 38 0 2E 3E 2A 10 2D 28
Octal 224 120 70 0 56 76 52 20 55 50
Binary 10010100 1010000 111000 0 101110 111110 101010 10000 101101 101000

Color Harmonies of #945038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945038

Black with #945038

Text Example


Text Example

White with #945038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945038; }

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

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

background-color css

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

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

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

border-color css

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

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

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