Html Css Color HEX #935130 Chelsea Gem

📋 copy color: '#935130'

red 147 ◦ green 81 ◦ blue 48

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

Shades of Chelsea Gem #935130

Tints of Chelsea Gem #935130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 53.26%
G = 29.35%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#935130 (or 0x935130) is known color: Chelsea Gem. HEX triplet: 93, 51 and 30. RGB value is (147,81,48). Sum of RGB (Red+Green+Blue) = 147+81+48=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #935130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935130 is #6CAECF. Grayscale: #616161. Windows color (decimal): -7122640 or 3166611. OLE color: 3166611.

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

Color convert

RGB 147 81 48 -
CMYK 0 0.45 0.67 0.42
HSL 20º 0.51% 0.38% -
HSV(B) 20º 0.67% 0.58% -
XYZ 15.51 12.3 4.35 -
YUV 96.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 147 81 48 0 0.45 0.67 0.42 20 0.51 0.38
Hex 93 51 30 0 2D 43 2A 14 33 26
Octal 223 121 60 0 55 103 52 24 63 46
Binary 10010011 1010001 110000 0 101101 1000011 101010 10100 110011 100110

Color Harmonies of #935130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935130

Black with #935130

Text Example


Text Example

White with #935130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935130; }

 p { color: rgb(147,81,48); }

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

background-color css

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

 a { background-color: rgb(147,81,48); }

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

border-color css

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

 span { border-color: rgb(147,81,48); }

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