Html Css Color HEX #945336 Chelsea Gem

📋 copy color: '#945336'

red 148 ◦ green 83 ◦ blue 54

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

Shades of Chelsea Gem #945336

Tints of Chelsea Gem #945336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 51.93%
G = 29.12%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945336 (or 0x945336) is known color: Chelsea Gem. HEX triplet: 94, 53 and 36. RGB value is (148,83,54). Sum of RGB (Red+Green+Blue) = 148+83+54=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945336 is #6BACC9. Grayscale: #636363. Windows color (decimal): -7056586 or 3560340. OLE color: 3560340.

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

Color convert

RGB 148 83 54 -
CMYK 0 0.44 0.64 0.42
HSL 18.51º 0.47% 0.4% -
HSV(B) 18.51º 0.64% 0.58% -
XYZ 15.97 12.75 5.11 -
YUV 99.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 148 83 54 0 0.44 0.64 0.42 18.51 0.47 0.4
Hex 94 53 36 0 2C 40 2A 13 2F 28
Octal 224 123 66 0 54 100 52 23 57 50
Binary 10010100 1010011 110110 0 101100 1000000 101010 10011 101111 101000

Color Harmonies of #945336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945336

Black with #945336

Text Example


Text Example

White with #945336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945336; }

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

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

background-color css

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

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

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

border-color css

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

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

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