Html Css Color HEX #94562F Chelsea Gem

📋 copy color: '#94562F'

red 148 ◦ green 86 ◦ blue 47

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

Shades of Chelsea Gem #94562F

Tints of Chelsea Gem #94562F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 52.67%
G = 30.6%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94562F (or 0x94562F) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2F. RGB value is (148,86,47). Sum of RGB (Red+Green+Blue) = 148+86+47=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562F is #6BA9D0. Grayscale: #646464. Windows color (decimal): -7055825 or 3102356. OLE color: 3102356.

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

Color convert

RGB 148 86 47 -
CMYK 0 0.42 0.68 0.42
HSL 23.17º 0.52% 0.38% -
HSV(B) 23.17º 0.68% 0.58% -
XYZ 16.05 13.16 4.38 -
YUV 100.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 148 86 47 0 0.42 0.68 0.42 23.17 0.52 0.38
Hex 94 56 2F 0 2A 44 2A 17 34 26
Octal 224 126 57 0 52 104 52 27 64 46
Binary 10010100 1010110 101111 0 101010 1000100 101010 10111 110100 100110

Color Harmonies of #94562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94562F

Black with #94562F

Text Example


Text Example

White with #94562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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