#904B36

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

Shades of Paarl #904B36

Tints of Paarl #904B36

Color information

#904B36 (or 0x904B36) is unknown color: approx Paarl. HEX triplet: 90, 4B and 36. RGB value is (144,75,54). Sum of RGB (Red+Green+Blue) = 144+75+54=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #904B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B36 is #6FB4C9. Grayscale: #5D5D5D. Windows color (decimal): -7320778 or 3558288. OLE color: 3558288.

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

Color convert

RGB1447554-
CMYK00.480.630.44
HSL14º45.45%38.82%-
HSV(B)14º62.5%56.47%-
XYZ14.6811.234.88-
YUV93.24105.86164.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=52.75%
G=27.47%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144755400.480.630.441445.4538.82
Hex904B360303F2Ce2d27
Octal220113660607754165547
Binary10010000100101111011001100001111111011001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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