#734B2A

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

Shades of Cape Palliser #734B2A

Tints of Cape Palliser #734B2A

Color information

#734B2A (or 0x734B2A) is unknown color: approx Cape Palliser. HEX triplet: 73, 4B and 2A. RGB value is (115,75,42). Sum of RGB (Red+Green+Blue) = 115+75+42=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #734B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B2A is #8CB4D5. Grayscale: #535353. Windows color (decimal): -9221334 or 2771827. OLE color: 2771827.

HSL color Cylindrical-coordinate representation of color #734B2A: hue angle of 27.12º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734B2A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1157542-
CMYK00.350.630.55
HSL27.12º46.5%30.78%-
HSV(B)27.12º63.48%45.1%-
XYZ108.843.37-
YUV83.2104.75150.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=49.57%
G=32.33%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115754200.350.630.5527.1246.530.78
Hex734B2A0233F371b2e1f
Octal163113520437767335637
Binary1110011100101110101001000111111111101111101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734B2A; }

 p { color: rgb(115,75,42); }

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

<style>
 a { background-color: #734B2A; }

 a { background-color: rgb(115,75,42); }

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

<style>
 span { border-color: #734B2A; }

 span { border-color: rgb(115,75,42); }

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