Html Css Color HEX #945133 Chelsea Gem

📋 copy color: '#945133'

red 148 ◦ green 81 ◦ blue 51

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

Shades of Chelsea Gem #945133

Tints of Chelsea Gem #945133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 52.86%
G = 28.93%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#945133 (or 0x945133) is known color: Chelsea Gem. HEX triplet: 94, 51 and 33. RGB value is (148,81,51). Sum of RGB (Red+Green+Blue) = 148+81+51=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #945133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945133 is #6BAECC. Grayscale: #616161. Windows color (decimal): -7057101 or 3363220. OLE color: 3363220.

HSL color Cylindrical-coordinate representation of color #945133: hue angle of 18.56º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945133 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 81 51 -
CMYK 0 0.45 0.66 0.42
HSL 18.56º 0.49% 0.39% -
HSV(B) 18.56º 0.66% 0.58% -
XYZ 15.75 12.42 4.7 -
YUV 97.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 148 81 51 0 0.45 0.66 0.42 18.56 0.49 0.39
Hex 94 51 33 0 2D 42 2A 13 31 27
Octal 224 121 63 0 55 102 52 23 61 47
Binary 10010100 1010001 110011 0 101101 1000010 101010 10011 110001 100111

Color Harmonies of #945133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945133

Black with #945133

Text Example


Text Example

White with #945133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945133; }

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

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

background-color css

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

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

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

border-color css

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

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

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