Html Css Color HEX #945535 Chelsea Gem

📋 copy color: '#945535'

red 148 ◦ green 85 ◦ blue 53

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

Shades of Chelsea Gem #945535

Tints of Chelsea Gem #945535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 51.75%
G = 29.72%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945535 (or 0x945535) is known color: Chelsea Gem. HEX triplet: 94, 55 and 35. RGB value is (148,85,53). Sum of RGB (Red+Green+Blue) = 148+85+53=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #945535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945535 is #6BAACA. Grayscale: #646464. Windows color (decimal): -7056075 or 3495316. OLE color: 3495316.

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

Color convert

RGB 148 85 53 -
CMYK 0 0.43 0.64 0.42
HSL 20.21º 0.47% 0.39% -
HSV(B) 20.21º 0.64% 0.58% -
XYZ 16.1 13.05 5.04 -
YUV 100.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 148 85 53 0 0.43 0.64 0.42 20.21 0.47 0.39
Hex 94 55 35 0 2B 40 2A 14 2F 27
Octal 224 125 65 0 53 100 52 24 57 47
Binary 10010100 1010101 110101 0 101011 1000000 101010 10100 101111 100111

Color Harmonies of #945535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945535

Black with #945535

Text Example


Text Example

White with #945535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945535; }

 p { color: rgb(148,85,53); }

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

background-color css

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

 a { background-color: rgb(148,85,53); }

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

border-color css

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

 span { border-color: rgb(148,85,53); }

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