Html Css Color HEX #945537 Chelsea Gem

📋 copy color: '#945537'

red 148 ◦ green 85 ◦ blue 55

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

Shades of Chelsea Gem #945537

Tints of Chelsea Gem #945537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 51.39%
G = 29.51%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#945537 (or 0x945537) is known color: Chelsea Gem. HEX triplet: 94, 55 and 37. RGB value is (148,85,55). Sum of RGB (Red+Green+Blue) = 148+85+55=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #945537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945537 is #6BAAC8. Grayscale: #646464. Windows color (decimal): -7056073 or 3626388. OLE color: 3626388.

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

Color convert

RGB 148 85 55 -
CMYK 0 0.43 0.63 0.42
HSL 19.35º 0.46% 0.4% -
HSV(B) 19.35º 0.63% 0.58% -
XYZ 16.15 13.07 5.29 -
YUV 100.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 148 85 55 0 0.43 0.63 0.42 19.35 0.46 0.4
Hex 94 55 37 0 2B 3F 2A 13 2E 28
Octal 224 125 67 0 53 77 52 23 56 50
Binary 10010100 1010101 110111 0 101011 111111 101010 10011 101110 101000

Color Harmonies of #945537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945537

Black with #945537

Text Example


Text Example

White with #945537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945537; }

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

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

background-color css

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

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

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

border-color css

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

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

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