#754B2A

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

Shades of Cape Palliser #754B2A

Tints of Cape Palliser #754B2A

Color information

#754B2A (or 0x754B2A) is unknown color: approx Cape Palliser. HEX triplet: 75, 4B and 2A. RGB value is (117,75,42). Sum of RGB (Red+Green+Blue) = 117+75+42=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B2A is #8AB4D5. Grayscale: #535353. Windows color (decimal): -9090262 or 2771829. OLE color: 2771829.

HSL color Cylindrical-coordinate representation of color #754B2A: hue angle of 26.4º 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 #754B2A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1177542-
CMYK00.360.640.54
HSL26.4º47.17%31.18%-
HSV(B)26.4º64.1%45.88%-
XYZ10.278.983.38-
YUV83.8104.41151.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=50%
G=32.05%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117754200.360.640.5426.447.1731.18
Hex754B2A02440361a2f1f
Octal1651135204410066325737
Binary11101011001011101010010010010000001101101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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