#754F2D

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

Shades of Cape Palliser #754F2D

Tints of Cape Palliser #754F2D

Color information

#754F2D (or 0x754F2D) is unknown color: approx Cape Palliser. HEX triplet: 75, 4F and 2D. RGB value is (117,79,45). Sum of RGB (Red+Green+Blue) = 117+79+45=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F2D is #8AB0D2. Grayscale: #565656. Windows color (decimal): -9089235 or 2969461. OLE color: 2969461.

HSL color Cylindrical-coordinate representation of color #754F2D: hue angle of 28.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754F2D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1177945-
CMYK00.320.620.54
HSL28.33º44.44%31.76%-
HSV(B)28.33º61.54%45.88%-
XYZ10.619.563.77-
YUV86.49104.59149.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=48.55%
G=32.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117794500.320.620.5428.3344.4431.76
Hex754F2D0203E361c2c20
Octal165117550407666345440
Binary11101011001111101101010000011111011011011100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,45); }

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

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

 a { background-color: rgb(117,79,45); }

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

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

 span { border-color: rgb(117,79,45); }

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