#754E30

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

Shades of Cape Palliser #754E30

Tints of Cape Palliser #754E30

Color information

#754E30 (or 0x754E30) is unknown color: approx Cape Palliser. HEX triplet: 75, 4E and 30. RGB value is (117,78,48). Sum of RGB (Red+Green+Blue) = 117+78+48=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #754E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E30 is #8AB1CF. Grayscale: #565656. Windows color (decimal): -9089488 or 3165813. OLE color: 3165813.

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

Color convert

RGB1177848-
CMYK00.330.590.54
HSL26.09º41.82%32.35%-
HSV(B)26.09º58.97%45.88%-
XYZ10.599.444.06-
YUV86.24106.42149.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=48.15%
G=32.10%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117784800.330.590.5426.0941.8232.35
Hex754E300213B361a2a20
Octal165116600417366325240
Binary11101011001110110000010000111101111011011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,78,48); }

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

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

 a { background-color: rgb(117,78,48); }

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

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

 span { border-color: rgb(117,78,48); }

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