Html Css Color HEX #935034 Chelsea Gem

📋 copy color: '#935034'

red 147 ◦ green 80 ◦ blue 52

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

Shades of Chelsea Gem #935034

Tints of Chelsea Gem #935034

RGB

 RED value IS 147 (57.81% from 255) = 52.69%

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 52.69%
G = 28.67%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#935034 (or 0x935034) is known color: Chelsea Gem. HEX triplet: 93, 50 and 34. RGB value is (147,80,52). Sum of RGB (Red+Green+Blue) = 147+80+52=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #935034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935034 is #6CAFCB. Grayscale: #616161. Windows color (decimal): -7122892 or 3428499. OLE color: 3428499.

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

Color convert

RGB 147 80 52 -
CMYK 0 0.46 0.65 0.42
HSL 17.68º 0.48% 0.39% -
HSV(B) 17.68º 0.65% 0.58% -
XYZ 15.52 12.19 4.78 -
YUV 96.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 147 80 52 0 0.46 0.65 0.42 17.68 0.48 0.39
Hex 93 50 34 0 2E 41 2A 12 30 27
Octal 223 120 64 0 56 101 52 22 60 47
Binary 10010011 1010000 110100 0 101110 1000001 101010 10010 110000 100111

Color Harmonies of #935034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935034

Black with #935034

Text Example


Text Example

White with #935034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935034; }

 p { color: rgb(147,80,52); }

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

background-color css

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

 a { background-color: rgb(147,80,52); }

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

border-color css

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

 span { border-color: rgb(147,80,52); }

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