Html Css Color HEX #945331 Chelsea Gem

📋 copy color: '#945331'

red 148 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #945331

Tints of Chelsea Gem #945331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 52.86%
G = 29.64%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#945331 (or 0x945331) is known color: Chelsea Gem. HEX triplet: 94, 53 and 31. RGB value is (148,83,49). Sum of RGB (Red+Green+Blue) = 148+83+49=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #945331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945331 is #6BACCE. Grayscale: #626262. Windows color (decimal): -7056591 or 3232660. OLE color: 3232660.

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

Color convert

RGB 148 83 49 -
CMYK 0 0.44 0.67 0.42
HSL 20.61º 0.5% 0.39% -
HSV(B) 20.61º 0.67% 0.58% -
XYZ 15.86 12.7 4.52 -
YUV 98.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 148 83 49 0 0.44 0.67 0.42 20.61 0.5 0.39
Hex 94 53 31 0 2C 43 2A 15 32 27
Octal 224 123 61 0 54 103 52 25 62 47
Binary 10010100 1010011 110001 0 101100 1000011 101010 10101 110010 100111

Color Harmonies of #945331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945331

Black with #945331

Text Example


Text Example

White with #945331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945331; }

 p { color: rgb(148,83,49); }

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

background-color css

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

 a { background-color: rgb(148,83,49); }

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

border-color css

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

 span { border-color: rgb(148,83,49); }

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