Html Css Color HEX #94552B Chelsea Gem

📋 copy color: '#94552B'

red 148 ◦ green 85 ◦ blue 43

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

Shades of Chelsea Gem #94552B

Tints of Chelsea Gem #94552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 53.62%
G = 30.8%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94552B (or 0x94552B) is known color: Chelsea Gem. HEX triplet: 94, 55 and 2B. RGB value is (148,85,43). Sum of RGB (Red+Green+Blue) = 148+85+43=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94552B is #6BAAD4. Grayscale: #636363. Windows color (decimal): -7056085 or 2839956. OLE color: 2839956.

HSL color Cylindrical-coordinate representation of color #94552B: hue angle of 24º 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 #94552B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 85 43 -
CMYK 0 0.43 0.71 0.42
HSL 24º 0.55% 0.37% -
HSV(B) 24º 0.71% 0.58% -
XYZ 15.9 12.97 3.95 -
YUV 99.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 148 85 43 0 0.43 0.71 0.42 24 0.55 0.37
Hex 94 55 2B 0 2B 47 2A 18 37 25
Octal 224 125 53 0 53 107 52 30 67 45
Binary 10010100 1010101 101011 0 101011 1000111 101010 11000 110111 100101

Color Harmonies of #94552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94552B

Black with #94552B

Text Example


Text Example

White with #94552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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