Html Css Color HEX #945736 Chelsea Gem

📋 copy color: '#945736'

red 148 ◦ green 87 ◦ blue 54

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

Shades of Chelsea Gem #945736

Tints of Chelsea Gem #945736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 51.21%
G = 30.1%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945736 (or 0x945736) is known color: Chelsea Gem. HEX triplet: 94, 57 and 36. RGB value is (148,87,54). Sum of RGB (Red+Green+Blue) = 148+87+54=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #945736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945736 is #6BA8C9. Grayscale: #656565. Windows color (decimal): -7055562 or 3561364. OLE color: 3561364.

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

Color convert

RGB 148 87 54 -
CMYK 0 0.41 0.64 0.42
HSL 21.06º 0.47% 0.4% -
HSV(B) 21.06º 0.64% 0.58% -
XYZ 16.29 13.38 5.21 -
YUV 101.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 148 87 54 0 0.41 0.64 0.42 21.06 0.47 0.4
Hex 94 57 36 0 29 40 2A 15 2F 28
Octal 224 127 66 0 51 100 52 25 57 50
Binary 10010100 1010111 110110 0 101001 1000000 101010 10101 101111 101000

Color Harmonies of #945736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945736

Black with #945736

Text Example


Text Example

White with #945736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945736; }

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

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

background-color css

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

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

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

border-color css

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

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

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