#734B31

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

Shades of Cape Palliser #734B31

Tints of Cape Palliser #734B31

Color information

#734B31 (or 0x734B31) is unknown color: approx Cape Palliser. HEX triplet: 73, 4B and 31. RGB value is (115,75,49). Sum of RGB (Red+Green+Blue) = 115+75+49=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #734B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B31 is #8CB4CE. Grayscale: #545454. Windows color (decimal): -9221327 or 3230579. OLE color: 3230579.

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

Color convert

RGB1157549-
CMYK00.350.570.55
HSL23.64º40.24%32.16%-
HSV(B)23.64º57.39%45.1%-
XYZ10.148.94.09-
YUV84108.25150.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=48.12%
G=31.38%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115754900.350.570.5523.6440.2432.16
Hex734B310233937182820
Octal163113610437167305040
Binary11100111001011110001010001111100111011111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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