Html Css Color HEX #945237 Chelsea Gem

📋 copy color: '#945237'

red 148 ◦ green 82 ◦ blue 55

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

Shades of Chelsea Gem #945237

Tints of Chelsea Gem #945237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 51.93%
G = 28.77%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#945237 (or 0x945237) is known color: Chelsea Gem. HEX triplet: 94, 52 and 37. RGB value is (148,82,55). Sum of RGB (Red+Green+Blue) = 148+82+55=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945237 is #6BADC8. Grayscale: #626262. Windows color (decimal): -7056841 or 3625620. OLE color: 3625620.

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

Color convert

RGB 148 82 55 -
CMYK 0 0.45 0.63 0.42
HSL 17.42º 0.46% 0.4% -
HSV(B) 17.42º 0.63% 0.58% -
XYZ 15.92 12.61 5.21 -
YUV 98.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 148 82 55 0 0.45 0.63 0.42 17.42 0.46 0.4
Hex 94 52 37 0 2D 3F 2A 11 2E 28
Octal 224 122 67 0 55 77 52 21 56 50
Binary 10010100 1010010 110111 0 101101 111111 101010 10001 101110 101000

Color Harmonies of #945237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945237

Black with #945237

Text Example


Text Example

White with #945237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945237; }

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

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

background-color css

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

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

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

border-color css

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

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

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