#904933

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

Shades of Paarl #904933

Tints of Paarl #904933

Color information

#904933 (or 0x904933) is unknown color: approx Paarl. HEX triplet: 90, 49 and 33. RGB value is (144,73,51). Sum of RGB (Red+Green+Blue) = 144+73+51=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #904933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904933 is #6FB6CC. Grayscale: #5B5B5B. Windows color (decimal): -7321293 or 3361168. OLE color: 3361168.

HSL color Cylindrical-coordinate representation of color #904933: hue angle of 14.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904933 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1447351-
CMYK00.490.650.44
HSL14.19º47.69%38.24%-
HSV(B)14.19º64.58%56.47%-
XYZ14.4810.934.48-
YUV91.72105.02165.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.73%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=53.73%
G=27.24%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144735100.490.650.4414.1947.6938.24
Hex904933031412Ce3026
Octal2201116306110154166046
Binary100100001001001110011011000110000011011001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904933; }

 p { color: rgb(144,73,51); }

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

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

 a { background-color: rgb(144,73,51); }

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

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

 span { border-color: rgb(144,73,51); }

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