#734B33

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

Shades of Cape Palliser #734B33

Tints of Cape Palliser #734B33

Color information

#734B33 (or 0x734B33) is unknown color: approx Cape Palliser. HEX triplet: 73, 4B and 33. RGB value is (115,75,51). Sum of RGB (Red+Green+Blue) = 115+75+51=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #734B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B33 is #8CB4CC. Grayscale: #545454. Windows color (decimal): -9221325 or 3361651. OLE color: 3361651.

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

Color convert

RGB1157551-
CMYK00.350.560.55
HSL22.5º38.55%32.55%-
HSV(B)22.5º55.65%45.1%-
XYZ10.188.924.32-
YUV84.22109.25149.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=47.72%
G=31.12%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115755100.350.560.5522.538.5532.55
Hex734B330233837172721
Octal163113630437067274741
Binary11100111001011110011010001111100011011110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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