Html Css Color HEX #93582B Chelsea Gem

📋 copy color: '#93582B'

red 147 ◦ green 88 ◦ blue 43

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

Shades of Chelsea Gem #93582B

Tints of Chelsea Gem #93582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 52.88%
G = 31.65%
B = 15.47%

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

#93582B (or 0x93582B) is known color: Chelsea Gem. HEX triplet: 93, 58 and 2B. RGB value is (147,88,43). Sum of RGB (Red+Green+Blue) = 147+88+43=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93582B is #6CA7D4. Grayscale: #646464. Windows color (decimal): -7120853 or 2840723. OLE color: 2840723.

HSL color Cylindrical-coordinate representation of color #93582B: hue angle of 25.96º degrees, saturation: 0.55, 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 #93582B is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 43 -
CMYK 0 0.40 0.71 0.42
HSL 25.96º 0.55% 0.37% -
HSV(B) 25.96º 0.71% 0.58% -
XYZ 15.96 13.36 4.02 -
YUV 100.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 147 88 43 0 0.40 0.71 0.42 25.96 0.55 0.37
Hex 93 58 2B 0 28 47 2A 1A 37 25
Octal 223 130 53 0 50 107 52 32 67 45
Binary 10010011 1011000 101011 0 101000 1000111 101010 11010 110111 100101

Color Harmonies of #93582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93582B

Black with #93582B

Text Example


Text Example

White with #93582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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