Html Css Color HEX #935A2E Chelsea Gem

📋 copy color: '#935A2E'

red 147 ◦ green 90 ◦ blue 46

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

Shades of Chelsea Gem #935A2E

Tints of Chelsea Gem #935A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 51.94%
G = 31.8%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#935A2E (or 0x935A2E) is known color: Chelsea Gem. HEX triplet: 93, 5A and 2E. RGB value is (147,90,46). Sum of RGB (Red+Green+Blue) = 147+90+46=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A2E is #6CA5D1. Grayscale: #666666. Windows color (decimal): -7120338 or 3037843. OLE color: 3037843.

HSL color Cylindrical-coordinate representation of color #935A2E: hue angle of 26.14º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #935A2E is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 90 46 -
CMYK 0 0.39 0.69 0.42
HSL 26.14º 0.52% 0.38% -
HSV(B) 26.14º 0.69% 0.58% -
XYZ 16.18 13.71 4.38 -
YUV 102.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 147 90 46 0 0.39 0.69 0.42 26.14 0.52 0.38
Hex 93 5A 2E 0 27 45 2A 1A 34 26
Octal 223 132 56 0 47 105 52 32 64 46
Binary 10010011 1011010 101110 0 100111 1000101 101010 11010 110100 100110

Color Harmonies of #935A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A2E

Black with #935A2E

Text Example


Text Example

White with #935A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935A2E; }

 p { color: rgb(147,90,46); }

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

background-color css

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

 a { background-color: rgb(147,90,46); }

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

border-color css

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

 span { border-color: rgb(147,90,46); }

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