Html Css Color HEX #945933 Chelsea Gem

📋 copy color: '#945933'

red 148 ◦ green 89 ◦ blue 51

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

Shades of Chelsea Gem #945933

Tints of Chelsea Gem #945933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 51.39%
G = 30.9%
B = 17.71%

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

#945933 (or 0x945933) is known color: Chelsea Gem. HEX triplet: 94, 59 and 33. RGB value is (148,89,51). Sum of RGB (Red+Green+Blue) = 148+89+51=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #945933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945933 is #6BA6CC. Grayscale: #666666. Windows color (decimal): -7055053 or 3365268. OLE color: 3365268.

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

Color convert

RGB 148 89 51 -
CMYK 0 0.40 0.66 0.42
HSL 23.51º 0.49% 0.39% -
HSV(B) 23.51º 0.66% 0.58% -
XYZ 16.38 13.68 4.91 -
YUV 102.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 148 89 51 0 0.40 0.66 0.42 23.51 0.49 0.39
Hex 94 59 33 0 28 42 2A 18 31 27
Octal 224 131 63 0 50 102 52 30 61 47
Binary 10010100 1011001 110011 0 101000 1000010 101010 11000 110001 100111

Color Harmonies of #945933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945933

Black with #945933

Text Example


Text Example

White with #945933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945933; }

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

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

background-color css

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

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

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

border-color css

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

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

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