Html Css Color HEX #94572E Chelsea Gem

📋 copy color: '#94572E'

red 148 ◦ green 87 ◦ blue 46

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

Shades of Chelsea Gem #94572E

Tints of Chelsea Gem #94572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

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

R = 52.67%
G = 30.96%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#94572E (or 0x94572E) is known color: Chelsea Gem. HEX triplet: 94, 57 and 2E. RGB value is (148,87,46). Sum of RGB (Red+Green+Blue) = 148+87+46=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94572E is #6BA8D1. Grayscale: #646464. Windows color (decimal): -7055570 or 3037076. OLE color: 3037076.

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

Color convert

RGB 148 87 46 -
CMYK 0 0.41 0.69 0.42
HSL 24.12º 0.53% 0.38% -
HSV(B) 24.12º 0.69% 0.58% -
XYZ 16.11 13.31 4.3 -
YUV 100.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 148 87 46 0 0.41 0.69 0.42 24.12 0.53 0.38
Hex 94 57 2E 0 29 45 2A 18 35 26
Octal 224 127 56 0 51 105 52 30 65 46
Binary 10010100 1010111 101110 0 101001 1000101 101010 11000 110101 100110

Color Harmonies of #94572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94572E

Black with #94572E

Text Example


Text Example

White with #94572E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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