#724730

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

Shades of Cape Palliser #724730

Tints of Cape Palliser #724730

Color information

#724730 (or 0x724730) is unknown color: approx Cape Palliser. HEX triplet: 72, 47 and 30. RGB value is (114,71,48). Sum of RGB (Red+Green+Blue) = 114+71+48=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724730 is #8DB8CF. Grayscale: #515151. Windows color (decimal): -9287888 or 3164018. OLE color: 3164018.

HSL color Cylindrical-coordinate representation of color #724730: hue angle of 20.91º 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 #724730 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1147148-
CMYK00.380.580.55
HSL20.91º40.74%31.76%-
HSV(B)20.91º57.89%44.71%-
XYZ9.738.33.89-
YUV81.24109.25151.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=48.93%
G=30.47%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114714800.380.580.5520.9140.7431.76
Hex7247300263A37152920
Octal162107600467267255140
Binary11100101000111110000010011011101011011110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724730; }

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

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

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

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

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

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

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

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