Html Css Color HEX #94562C Chelsea Gem

📋 copy color: '#94562C'

red 148 ◦ green 86 ◦ blue 44

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

Shades of Chelsea Gem #94562C

Tints of Chelsea Gem #94562C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 53.24%
G = 30.94%
B = 15.83%

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

#94562C (or 0x94562C) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2C. RGB value is (148,86,44). Sum of RGB (Red+Green+Blue) = 148+86+44=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562C is #6BA9D3. Grayscale: #636363. Windows color (decimal): -7055828 or 2905748. OLE color: 2905748.

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

Color convert

RGB 148 86 44 -
CMYK 0 0.42 0.70 0.42
HSL 24.23º 0.54% 0.38% -
HSV(B) 24.23º 0.7% 0.58% -
XYZ 16 13.13 4.07 -
YUV 99.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 148 86 44 0 0.42 0.70 0.42 24.23 0.54 0.38
Hex 94 56 2C 0 2A 46 2A 18 36 26
Octal 224 126 54 0 52 106 52 30 66 46
Binary 10010100 1010110 101100 0 101010 1000110 101010 11000 110110 100110

Color Harmonies of #94562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94562C

Black with #94562C

Text Example


Text Example

White with #94562C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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