Html Css Color HEX #93582A Chelsea Gem

📋 copy color: '#93582A'

red 147 ◦ green 88 ◦ blue 42

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

Shades of Chelsea Gem #93582A

Tints of Chelsea Gem #93582A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 53.07%
G = 31.77%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93582A (or 0x93582A) is known color: Chelsea Gem. HEX triplet: 93, 58 and 2A. RGB value is (147,88,42). Sum of RGB (Red+Green+Blue) = 147+88+42=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93582A is #6CA7D5. Grayscale: #646464. Windows color (decimal): -7120854 or 2775187. OLE color: 2775187.

HSL color Cylindrical-coordinate representation of color #93582A: hue angle of 26.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93582A is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 42 -
CMYK 0 0.40 0.71 0.42
HSL 26.29º 0.56% 0.37% -
HSV(B) 26.29º 0.71% 0.58% -
XYZ 15.94 13.35 3.93 -
YUV 100.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 147 88 42 0 0.40 0.71 0.42 26.29 0.56 0.37
Hex 93 58 2A 0 28 47 2A 1A 38 25
Octal 223 130 52 0 50 107 52 32 70 45
Binary 10010011 1011000 101010 0 101000 1000111 101010 11010 111000 100101

Color Harmonies of #93582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93582A

Black with #93582A

Text Example


Text Example

White with #93582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93582A; }

 p { color: rgb(147,88,42); }

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

background-color css

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

 a { background-color: rgb(147,88,42); }

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

border-color css

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

 span { border-color: rgb(147,88,42); }

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