#724630

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

Shades of Cape Palliser #724630

Tints of Cape Palliser #724630

Color information

#724630 (or 0x724630) is unknown color: approx Cape Palliser. HEX triplet: 72, 46 and 30. RGB value is (114,70,48). Sum of RGB (Red+Green+Blue) = 114+70+48=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724630 is #8DB9CF. Grayscale: #505050. Windows color (decimal): -9288144 or 3163762. OLE color: 3163762.

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

Color convert

RGB1147048-
CMYK00.390.580.55
HSL20º40.74%31.76%-
HSV(B)20º57.89%44.71%-
XYZ9.668.173.86-
YUV80.65109.58151.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=49.14%
G=30.17%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114704800.390.580.552040.7431.76
Hex7246300273A37142920
Octal162106600477267245140
Binary11100101000110110000010011111101011011110100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724630; }

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

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

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

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

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

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

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

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