#724930

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

Shades of Cape Palliser #724930

Tints of Cape Palliser #724930

Color information

#724930 (or 0x724930) is unknown color: approx Cape Palliser. HEX triplet: 72, 49 and 30. RGB value is (114,73,48). Sum of RGB (Red+Green+Blue) = 114+73+48=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724930 is #8DB6CF. Grayscale: #525252. Windows color (decimal): -9287376 or 3164530. OLE color: 3164530.

HSL color Cylindrical-coordinate representation of color #724930: hue angle of 22.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724930 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1147348-
CMYK00.360.580.55
HSL22.73º40.74%31.76%-
HSV(B)22.73º57.89%44.71%-
XYZ9.868.563.93-
YUV82.41108.58150.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=48.51%
G=31.06%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114734800.360.580.5522.7340.7431.76
Hex7249300243A37172920
Octal162111600447267275140
Binary11100101001001110000010010011101011011110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724930; }

 p { color: rgb(114,73,48); }

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

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

 a { background-color: rgb(114,73,48); }

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

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

 span { border-color: rgb(114,73,48); }

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