#904D37

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

Shades of Paarl #904D37

Tints of Paarl #904D37

Color information

#904D37 (or 0x904D37) is unknown color: approx Paarl. HEX triplet: 90, 4D and 37. RGB value is (144,77,55). Sum of RGB (Red+Green+Blue) = 144+77+55=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #904D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904D37 is #6FB2C8. Grayscale: #5E5E5E. Windows color (decimal): -7320265 or 3624336. OLE color: 3624336.

HSL color Cylindrical-coordinate representation of color #904D37: hue angle of 14.83º 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 #904D37 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1447755-
CMYK00.470.620.44
HSL14.83º44.72%39.02%-
HSV(B)14.83º61.81%56.47%-
XYZ14.8511.515.05-
YUV94.52105.7163.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 55 (21.88% from 255) = 19.93%
R=52.17%
G=27.90%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144775500.470.620.4414.8344.7239.02
Hex904D3702F3E2Cf2d27
Octal220115670577654175547
Binary10010000100110111011101011111111101011001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,77,55); }

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

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

 a { background-color: rgb(144,77,55); }

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

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

 span { border-color: rgb(144,77,55); }

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