Html Css Color HEX #945334 Chelsea Gem

📋 copy color: '#945334'

red 148 ◦ green 83 ◦ blue 52

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

Shades of Chelsea Gem #945334

Tints of Chelsea Gem #945334

RGB

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

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

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

R = 52.3%
G = 29.33%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#945334 (or 0x945334) is known color: Chelsea Gem. HEX triplet: 94, 53 and 34. RGB value is (148,83,52). Sum of RGB (Red+Green+Blue) = 148+83+52=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #945334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945334 is #6BACCB. Grayscale: #636363. Windows color (decimal): -7056588 or 3429268. OLE color: 3429268.

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

Color convert

RGB 148 83 52 -
CMYK 0 0.44 0.65 0.42
HSL 19.38º 0.48% 0.39% -
HSV(B) 19.38º 0.65% 0.58% -
XYZ 15.93 12.73 4.87 -
YUV 98.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 148 83 52 0 0.44 0.65 0.42 19.38 0.48 0.39
Hex 94 53 34 0 2C 41 2A 13 30 27
Octal 224 123 64 0 54 101 52 23 60 47
Binary 10010100 1010011 110100 0 101100 1000001 101010 10011 110000 100111

Color Harmonies of #945334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945334

Black with #945334

Text Example


Text Example

White with #945334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945334; }

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

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

background-color css

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

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

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

border-color css

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

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

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