Html Css Color HEX #935A32 Chelsea Gem

📋 copy color: '#935A32'

red 147 ◦ green 90 ◦ blue 50

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

Shades of Chelsea Gem #935A32

Tints of Chelsea Gem #935A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 51.22%
G = 31.36%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#935A32 (or 0x935A32) is known color: Chelsea Gem. HEX triplet: 93, 5A and 32. RGB value is (147,90,50). Sum of RGB (Red+Green+Blue) = 147+90+50=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #935A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A32 is #6CA5CD. Grayscale: #666666. Windows color (decimal): -7120334 or 3299987. OLE color: 3299987.

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

Color convert

RGB 147 90 50 -
CMYK 0 0.39 0.66 0.42
HSL 24.74º 0.49% 0.39% -
HSV(B) 24.74º 0.66% 0.58% -
XYZ 16.26 13.75 4.81 -
YUV 102.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 147 90 50 0 0.39 0.66 0.42 24.74 0.49 0.39
Hex 93 5A 32 0 27 42 2A 19 31 27
Octal 223 132 62 0 47 102 52 31 61 47
Binary 10010011 1011010 110010 0 100111 1000010 101010 11001 110001 100111

Color Harmonies of #935A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A32

Black with #935A32

Text Example


Text Example

White with #935A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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