Html Css Color HEX #945635 Chelsea Gem

📋 copy color: '#945635'

red 148 ◦ green 86 ◦ blue 53

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

Shades of Chelsea Gem #945635

Tints of Chelsea Gem #945635

RGB

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

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

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

R = 51.57%
G = 29.97%
B = 18.47%

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

#945635 (or 0x945635) is known color: Chelsea Gem. HEX triplet: 94, 56 and 35. RGB value is (148,86,53). Sum of RGB (Red+Green+Blue) = 148+86+53=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #945635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945635 is #6BA9CA. Grayscale: #646464. Windows color (decimal): -7055819 or 3495572. OLE color: 3495572.

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

Color convert

RGB 148 86 53 -
CMYK 0 0.42 0.64 0.42
HSL 20.84º 0.47% 0.39% -
HSV(B) 20.84º 0.64% 0.58% -
XYZ 16.18 13.21 5.06 -
YUV 100.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 148 86 53 0 0.42 0.64 0.42 20.84 0.47 0.39
Hex 94 56 35 0 2A 40 2A 15 2F 27
Octal 224 126 65 0 52 100 52 25 57 47
Binary 10010100 1010110 110101 0 101010 1000000 101010 10101 101111 100111

Color Harmonies of #945635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945635

Black with #945635

Text Example


Text Example

White with #945635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945635; }

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

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

background-color css

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

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

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

border-color css

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

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

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