#754B29

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

Shades of Cape Palliser #754B29

Tints of Cape Palliser #754B29

Color information

#754B29 (or 0x754B29) is unknown color: approx Cape Palliser. HEX triplet: 75, 4B and 29. RGB value is (117,75,41). Sum of RGB (Red+Green+Blue) = 117+75+41=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B29 is #8AB4D6. Grayscale: #535353. Windows color (decimal): -9090263 or 2706293. OLE color: 2706293.

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

Color convert

RGB1177541-
CMYK00.360.650.54
HSL26.84º48.1%30.98%-
HSV(B)26.84º64.96%45.88%-
XYZ10.258.973.29-
YUV83.68103.91151.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=50.21%
G=32.19%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117754100.360.650.5426.8448.130.98
Hex754B2902441361b301f
Octal1651135104410166336037
Binary11101011001011101001010010010000011101101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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