Html Css Color HEX #945136 Chelsea Gem

📋 copy color: '#945136'

red 148 ◦ green 81 ◦ blue 54

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

Shades of Chelsea Gem #945136

Tints of Chelsea Gem #945136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 52.3%
G = 28.62%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945136 (or 0x945136) is known color: Chelsea Gem. HEX triplet: 94, 51 and 36. RGB value is (148,81,54). Sum of RGB (Red+Green+Blue) = 148+81+54=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #945136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945136 is #6BAEC9. Grayscale: #626262. Windows color (decimal): -7057098 or 3559828. OLE color: 3559828.

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

Color convert

RGB 148 81 54 -
CMYK 0 0.45 0.64 0.42
HSL 17.23º 0.47% 0.4% -
HSV(B) 17.23º 0.64% 0.58% -
XYZ 15.82 12.45 5.06 -
YUV 97.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 148 81 54 0 0.45 0.64 0.42 17.23 0.47 0.4
Hex 94 51 36 0 2D 40 2A 11 2F 28
Octal 224 121 66 0 55 100 52 21 57 50
Binary 10010100 1010001 110110 0 101101 1000000 101010 10001 101111 101000

Color Harmonies of #945136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945136

Black with #945136

Text Example


Text Example

White with #945136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945136; }

 p { color: rgb(148,81,54); }

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

background-color css

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

 a { background-color: rgb(148,81,54); }

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

border-color css

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

 span { border-color: rgb(148,81,54); }

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