Html Css Color HEX #945932 Chelsea Gem

📋 copy color: '#945932'

red 148 ◦ green 89 ◦ blue 50

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

Shades of Chelsea Gem #945932

Tints of Chelsea Gem #945932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 51.57%
G = 31.01%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#945932 (or 0x945932) is known color: Chelsea Gem. HEX triplet: 94, 59 and 32. RGB value is (148,89,50). Sum of RGB (Red+Green+Blue) = 148+89+50=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #945932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945932 is #6BA6CD. Grayscale: #666666. Windows color (decimal): -7055054 or 3299732. OLE color: 3299732.

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

Color convert

RGB 148 89 50 -
CMYK 0 0.40 0.66 0.42
HSL 23.88º 0.49% 0.39% -
HSV(B) 23.88º 0.66% 0.58% -
XYZ 16.36 13.67 4.79 -
YUV 102.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 148 89 50 0 0.40 0.66 0.42 23.88 0.49 0.39
Hex 94 59 32 0 28 42 2A 18 31 27
Octal 224 131 62 0 50 102 52 30 61 47
Binary 10010100 1011001 110010 0 101000 1000010 101010 11000 110001 100111

Color Harmonies of #945932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945932

Black with #945932

Text Example


Text Example

White with #945932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945932; }

 p { color: rgb(148,89,50); }

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

background-color css

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

 a { background-color: rgb(148,89,50); }

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

border-color css

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

 span { border-color: rgb(148,89,50); }

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