Html Css Color HEX #94562A Chelsea Gem

📋 copy color: '#94562A'

red 148 ◦ green 86 ◦ blue 42

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

Shades of Chelsea Gem #94562A

Tints of Chelsea Gem #94562A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 53.62%
G = 31.16%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#94562A (or 0x94562A) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2A. RGB value is (148,86,42). Sum of RGB (Red+Green+Blue) = 148+86+42=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562A is #6BA9D5. Grayscale: #636363. Windows color (decimal): -7055830 or 2774676. OLE color: 2774676.

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

Color convert

RGB 148 86 42 -
CMYK 0 0.42 0.72 0.42
HSL 24.91º 0.56% 0.37% -
HSV(B) 24.91º 0.72% 0.58% -
XYZ 15.96 13.12 3.88 -
YUV 99.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 148 86 42 0 0.42 0.72 0.42 24.91 0.56 0.37
Hex 94 56 2A 0 2A 48 2A 19 38 25
Octal 224 126 52 0 52 110 52 31 70 45
Binary 10010100 1010110 101010 0 101010 1001000 101010 11001 111000 100101

Color Harmonies of #94562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94562A

Black with #94562A

Text Example


Text Example

White with #94562A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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