Html Css Color HEX #94562E Chelsea Gem

📋 copy color: '#94562E'

red 148 ◦ green 86 ◦ blue 46

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

Shades of Chelsea Gem #94562E

Tints of Chelsea Gem #94562E

RGB

 RED value IS 148 (58.2% from 255) = 52.86%

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 52.86%
G = 30.71%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#94562E (or 0x94562E) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2E. RGB value is (148,86,46). Sum of RGB (Red+Green+Blue) = 148+86+46=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #94562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562E is #6BA9D1. Grayscale: #646464. Windows color (decimal): -7055826 or 3036820. OLE color: 3036820.

HSL color Cylindrical-coordinate representation of color #94562E: hue angle of 23.53º degrees, saturation: 0.53, 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 #94562E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 46 -
CMYK 0 0.42 0.69 0.42
HSL 23.53º 0.53% 0.38% -
HSV(B) 23.53º 0.69% 0.58% -
XYZ 16.03 13.15 4.28 -
YUV 99.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 148 86 46 0 0.42 0.69 0.42 23.53 0.53 0.38
Hex 94 56 2E 0 2A 45 2A 18 35 26
Octal 224 126 56 0 52 105 52 30 65 46
Binary 10010100 1010110 101110 0 101010 1000101 101010 11000 110101 100110

Color Harmonies of #94562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94562E

Black with #94562E

Text Example


Text Example

White with #94562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94562E; }

 p { color: rgb(148,86,46); }

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

background-color css

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

 a { background-color: rgb(148,86,46); }

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

border-color css

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

 span { border-color: rgb(148,86,46); }

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