#754F32

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

Shades of Cape Palliser #754F32

Tints of Cape Palliser #754F32

Color information

#754F32 (or 0x754F32) is unknown color: approx Cape Palliser. HEX triplet: 75, 4F and 32. RGB value is (117,79,50). Sum of RGB (Red+Green+Blue) = 117+79+50=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F32 is #8AB0CD. Grayscale: #575757. Windows color (decimal): -9089230 or 3297141. OLE color: 3297141.

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

Color convert

RGB1177950-
CMYK00.320.570.54
HSL25.97º40.12%32.75%-
HSV(B)25.97º57.26%45.88%-
XYZ10.719.64.31-
YUV87.06107.09149.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=47.56%
G=32.11%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117795000.320.570.5425.9740.1232.75
Hex754F3202039361a2821
Octal165117620407166325041
Binary11101011001111110010010000011100111011011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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