#754F31

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

Shades of Cape Palliser #754F31

Tints of Cape Palliser #754F31

Color information

#754F31 (or 0x754F31) is unknown color: approx Cape Palliser. HEX triplet: 75, 4F and 31. RGB value is (117,79,49). Sum of RGB (Red+Green+Blue) = 117+79+49=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #754F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F31 is #8AB0CE. Grayscale: #575757. Windows color (decimal): -9089231 or 3231605. OLE color: 3231605.

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

Color convert

RGB1177949-
CMYK00.320.580.54
HSL26.47º40.96%32.55%-
HSV(B)26.47º58.12%45.88%-
XYZ10.699.64.19-
YUV86.94106.59149.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 49 (19.53% from 255) = 20%
R=47.76%
G=32.24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117794900.320.580.5426.4740.9632.55
Hex754F310203A361a2921
Octal165117610407266325141
Binary11101011001111110001010000011101011011011010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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