#734B42

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

Shades of Bole #734B42

Tints of Bole #734B42

Color information

#734B42 (or 0x734B42) is unknown color: approx Bole. HEX triplet: 73, 4B and 42. RGB value is (115,75,66). Sum of RGB (Red+Green+Blue) = 115+75+66=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #734B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B42 is #8CB4BD. Grayscale: #565656. Windows color (decimal): -9221310 or 4344691. OLE color: 4344691.

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

Color convert

RGB1157566-
CMYK00.350.430.55
HSL11.02º27.07%35.49%-
HSV(B)11.02º42.61%45.1%-
XYZ10.579.076.35-
YUV85.93116.75148.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=44.92%
G=29.30%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115756600.350.430.5511.0227.0735.49
Hex734B420232B37b1b23
Octal1631131020435367133343
Binary1110011100101110000100100011101011110111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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