#754834

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

Shades of Cape Palliser #754834

Tints of Cape Palliser #754834

Color information

#754834 (or 0x754834) is unknown color: approx Cape Palliser. HEX triplet: 75, 48 and 34. RGB value is (117,72,52). Sum of RGB (Red+Green+Blue) = 117+72+52=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754834 is #8AB7CB. Grayscale: #535353. Windows color (decimal): -9091020 or 3426421. OLE color: 3426421.

HSL color Cylindrical-coordinate representation of color #754834: hue angle of 18.46º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754834 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1177252-
CMYK00.380.560.54
HSL18.46º38.46%33.14%-
HSV(B)18.46º55.56%45.88%-
XYZ10.278.664.38-
YUV83.17110.41152.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=48.55%
G=29.88%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117725200.380.560.5418.4638.4633.14
Hex7548340263836122621
Octal165110640467066224641
Binary11101011001000110100010011011100011011010010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754834; }

 p { color: rgb(117,72,52); }

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

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

 a { background-color: rgb(117,72,52); }

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

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

 span { border-color: rgb(117,72,52); }

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