#754934

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

Shades of Cape Palliser #754934

Tints of Cape Palliser #754934

Color information

#754934 (or 0x754934) is unknown color: approx Cape Palliser. HEX triplet: 75, 49 and 34. RGB value is (117,73,52). Sum of RGB (Red+Green+Blue) = 117+73+52=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754934 is #8AB6CB. Grayscale: #535353. Windows color (decimal): -9090764 or 3426677. OLE color: 3426677.

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

Color convert

RGB1177352-
CMYK00.380.560.54
HSL19.38º38.46%33.14%-
HSV(B)19.38º55.56%45.88%-
XYZ10.348.794.4-
YUV83.76110.08151.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=48.35%
G=30.17%
B=21.49%

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
Decimal117735200.380.560.5419.3838.4633.14
Hex7549340263836132621
Octal165111640467066234641
Binary11101011001001110100010011011100011011010011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754934; }

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

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

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

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

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

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

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

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