Html Css Color HEX #945534 Chelsea Gem

📋 copy color: '#945534'

red 148 ◦ green 85 ◦ blue 52

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

Shades of Chelsea Gem #945534

Tints of Chelsea Gem #945534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 51.93%
G = 29.82%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#945534 (or 0x945534) is known color: Chelsea Gem. HEX triplet: 94, 55 and 34. RGB value is (148,85,52). Sum of RGB (Red+Green+Blue) = 148+85+52=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945534 is #6BAACB. Grayscale: #646464. Windows color (decimal): -7056076 or 3429780. OLE color: 3429780.

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

Color convert

RGB 148 85 52 -
CMYK 0 0.43 0.65 0.42
HSL 20.63º 0.48% 0.39% -
HSV(B) 20.63º 0.65% 0.58% -
XYZ 16.08 13.04 4.92 -
YUV 100.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 148 85 52 0 0.43 0.65 0.42 20.63 0.48 0.39
Hex 94 55 34 0 2B 41 2A 15 30 27
Octal 224 125 64 0 53 101 52 25 60 47
Binary 10010100 1010101 110100 0 101011 1000001 101010 10101 110000 100111

Color Harmonies of #945534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945534

Black with #945534

Text Example


Text Example

White with #945534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945534; }

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

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

background-color css

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

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

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

border-color css

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

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

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