Html Css Color HEX #94562D Chelsea Gem

📋 copy color: '#94562D'

red 148 ◦ green 86 ◦ blue 45

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

Shades of Chelsea Gem #94562D

Tints of Chelsea Gem #94562D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 53.05%
G = 30.82%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94562D (or 0x94562D) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2D. RGB value is (148,86,45). Sum of RGB (Red+Green+Blue) = 148+86+45=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562D is #6BA9D2. Grayscale: #646464. Windows color (decimal): -7055827 or 2971284. OLE color: 2971284.

HSL color Cylindrical-coordinate representation of color #94562D: hue angle of 23.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94562D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 45 -
CMYK 0 0.42 0.70 0.42
HSL 23.88º 0.53% 0.38% -
HSV(B) 23.88º 0.7% 0.58% -
XYZ 16.01 13.14 4.18 -
YUV 99.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 148 86 45 0 0.42 0.70 0.42 23.88 0.53 0.38
Hex 94 56 2D 0 2A 46 2A 18 35 26
Octal 224 126 55 0 52 106 52 30 65 46
Binary 10010100 1010110 101101 0 101010 1000110 101010 11000 110101 100110

Color Harmonies of #94562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94562D

Black with #94562D

Text Example


Text Example

White with #94562D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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