Html Css Color HEX #94562B Chelsea Gem

📋 copy color: '#94562B'

red 148 ◦ green 86 ◦ blue 43

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

Shades of Chelsea Gem #94562B

Tints of Chelsea Gem #94562B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 53.43%
G = 31.05%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94562B (or 0x94562B) is known color: Chelsea Gem. HEX triplet: 94, 56 and 2B. RGB value is (148,86,43). Sum of RGB (Red+Green+Blue) = 148+86+43=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562B is #6BA9D4. Grayscale: #636363. Windows color (decimal): -7055829 or 2840212. OLE color: 2840212.

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

Color convert

RGB 148 86 43 -
CMYK 0 0.42 0.71 0.42
HSL 24.57º 0.55% 0.37% -
HSV(B) 24.57º 0.71% 0.58% -
XYZ 15.98 13.13 3.98 -
YUV 99.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 148 86 43 0 0.42 0.71 0.42 24.57 0.55 0.37
Hex 94 56 2B 0 2A 47 2A 19 37 25
Octal 224 126 53 0 52 107 52 31 67 45
Binary 10010100 1010110 101011 0 101010 1000111 101010 11001 110111 100101

Color Harmonies of #94562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94562B

Black with #94562B

Text Example


Text Example

White with #94562B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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