#904C36

Color #904C36 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #904C36

Tints of Paarl #904C36

Color information

#904C36 (or 0x904C36) is unknown color: approx Paarl. HEX triplet: 90, 4C and 36. RGB value is (144,76,54). Sum of RGB (Red+Green+Blue) = 144+76+54=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #904C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C36 is #6FB3C9. Grayscale: #5D5D5D. Windows color (decimal): -7320522 or 3558544. OLE color: 3558544.

HSL color Cylindrical-coordinate representation of color #904C36: hue angle of 14.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904C36 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1447654-
CMYK00.470.630.44
HSL14.67º45.45%38.82%-
HSV(B)14.67º62.5%56.47%-
XYZ14.7511.364.91-
YUV93.82105.53163.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=52.55%
G=27.74%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144765400.470.630.4414.6745.4538.82
Hex904C3602F3F2Cf2d27
Octal220114660577754175547
Binary10010000100110011011001011111111111011001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904C36; }

 p { color: rgb(144,76,54); }

 H1.HeaderClassName
 {
   color: #904C36;
 }
 .AnyTagClassName
 {
   color: #904C36;
 }
</style>
background-color css

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

 a { background-color: rgb(144,76,54); }

 div.DivClassName
 {
   background-color: #904C36;
 }
 .BgClassName
 {
   background-color: #904C36;
 }
</style>
border-color css

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

 span { border-color: rgb(144,76,54); }

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