#734B30

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

Shades of Cape Palliser #734B30

Tints of Cape Palliser #734B30

Color information

#734B30 (or 0x734B30) is unknown color: approx Cape Palliser. HEX triplet: 73, 4B and 30. RGB value is (115,75,48). Sum of RGB (Red+Green+Blue) = 115+75+48=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #734B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B30 is #8CB4CF. Grayscale: #545454. Windows color (decimal): -9221328 or 3165043. OLE color: 3165043.

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

Color convert

RGB1157548-
CMYK00.350.580.55
HSL24.18º41.1%31.96%-
HSV(B)24.18º58.26%45.1%-
XYZ10.128.893.98-
YUV83.88107.75150.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=48.32%
G=31.51%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115754800.350.580.5524.1841.131.96
Hex734B300233A37182920
Octal163113600437267305140
Binary11100111001011110000010001111101011011111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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