Html Css Color HEX #945437 Chelsea Gem

📋 copy color: '#945437'

red 148 ◦ green 84 ◦ blue 55

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

Shades of Chelsea Gem #945437

Tints of Chelsea Gem #945437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

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

R = 51.57%
G = 29.27%
B = 19.16%

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

#945437 (or 0x945437) is known color: Chelsea Gem. HEX triplet: 94, 54 and 37. RGB value is (148,84,55). Sum of RGB (Red+Green+Blue) = 148+84+55=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #945437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945437 is #6BABC8. Grayscale: #646464. Windows color (decimal): -7056329 or 3626132. OLE color: 3626132.

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

Color convert

RGB 148 84 55 -
CMYK 0 0.43 0.63 0.42
HSL 18.71º 0.46% 0.4% -
HSV(B) 18.71º 0.63% 0.58% -
XYZ 16.07 12.91 5.26 -
YUV 99.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 148 84 55 0 0.43 0.63 0.42 18.71 0.46 0.4
Hex 94 54 37 0 2B 3F 2A 13 2E 28
Octal 224 124 67 0 53 77 52 23 56 50
Binary 10010100 1010100 110111 0 101011 111111 101010 10011 101110 101000

Color Harmonies of #945437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945437

Black with #945437

Text Example


Text Example

White with #945437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945437; }

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

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

background-color css

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

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

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

border-color css

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

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

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