#754D2A

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

Shades of Cape Palliser #754D2A

Tints of Cape Palliser #754D2A

Color information

#754D2A (or 0x754D2A) is unknown color: approx Cape Palliser. HEX triplet: 75, 4D and 2A. RGB value is (117,77,42). Sum of RGB (Red+Green+Blue) = 117+77+42=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D2A is #8AB2D5. Grayscale: #555555. Windows color (decimal): -9089750 or 2772341. OLE color: 2772341.

HSL color Cylindrical-coordinate representation of color #754D2A: hue angle of 28º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754D2A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1177742-
CMYK00.340.640.54
HSL28º47.17%31.18%-
HSV(B)28º64.1%45.88%-
XYZ10.419.263.43-
YUV84.97103.75150.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=49.58%
G=32.63%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117774200.340.640.542847.1731.18
Hex754D2A02240361c2f1f
Octal1651155204210066345737
Binary11101011001101101010010001010000001101101110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754D2A; }

 p { color: rgb(117,77,42); }

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

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

 a { background-color: rgb(117,77,42); }

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

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

 span { border-color: rgb(117,77,42); }

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