Html Css Color HEX #945636 Chelsea Gem

📋 copy color: '#945636'

red 148 ◦ green 86 ◦ blue 54

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

Shades of Chelsea Gem #945636

Tints of Chelsea Gem #945636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 51.39%
G = 29.86%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945636 (or 0x945636) is known color: Chelsea Gem. HEX triplet: 94, 56 and 36. RGB value is (148,86,54). Sum of RGB (Red+Green+Blue) = 148+86+54=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #945636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945636 is #6BA9C9. Grayscale: #656565. Windows color (decimal): -7055818 or 3561108. OLE color: 3561108.

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

Color convert

RGB 148 86 54 -
CMYK 0 0.42 0.64 0.42
HSL 20.43º 0.47% 0.4% -
HSV(B) 20.43º 0.64% 0.58% -
XYZ 16.21 13.22 5.19 -
YUV 100.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 148 86 54 0 0.42 0.64 0.42 20.43 0.47 0.4
Hex 94 56 36 0 2A 40 2A 14 2F 28
Octal 224 126 66 0 52 100 52 24 57 50
Binary 10010100 1010110 110110 0 101010 1000000 101010 10100 101111 101000

Color Harmonies of #945636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945636

Black with #945636

Text Example


Text Example

White with #945636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945636; }

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

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

background-color css

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

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

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

border-color css

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

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

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