#754B35

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

Shades of Cape Palliser #754B35

Tints of Cape Palliser #754B35

Color information

#754B35 (or 0x754B35) is unknown color: approx Cape Palliser. HEX triplet: 75, 4B and 35. RGB value is (117,75,53). Sum of RGB (Red+Green+Blue) = 117+75+53=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #754B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B35 is #8AB4CA. Grayscale: #555555. Windows color (decimal): -9090251 or 3492725. OLE color: 3492725.

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

Color convert

RGB1177553-
CMYK00.360.550.54
HSL20.63º37.65%33.33%-
HSV(B)20.63º54.7%45.88%-
XYZ10.499.074.57-
YUV85.05109.91150.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=47.76%
G=30.61%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117755300.360.550.5420.6337.6533.33
Hex754B350243736152621
Octal165113650446766254641
Binary11101011001011110101010010011011111011010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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