Html Css Color HEX #94512C Chelsea Gem

📋 copy color: '#94512C'

red 148 ◦ green 81 ◦ blue 44

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

Shades of Chelsea Gem #94512C

Tints of Chelsea Gem #94512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 54.21%
G = 29.67%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94512C (or 0x94512C) is known color: Chelsea Gem. HEX triplet: 94, 51 and 2C. RGB value is (148,81,44). Sum of RGB (Red+Green+Blue) = 148+81+44=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94512C is #6BAED3. Grayscale: #616161. Windows color (decimal): -7057108 or 2904468. OLE color: 2904468.

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

Color convert

RGB 148 81 44 -
CMYK 0 0.45 0.70 0.42
HSL 21.35º 0.54% 0.38% -
HSV(B) 21.35º 0.7% 0.58% -
XYZ 15.61 12.36 3.95 -
YUV 96.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 148 81 44 0 0.45 0.70 0.42 21.35 0.54 0.38
Hex 94 51 2C 0 2D 46 2A 15 36 26
Octal 224 121 54 0 55 106 52 25 66 46
Binary 10010100 1010001 101100 0 101101 1000110 101010 10101 110110 100110

Color Harmonies of #94512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94512C

Black with #94512C

Text Example


Text Example

White with #94512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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