#73483F

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

Shades of Bole #73483F

Tints of Bole #73483F

Color information

#73483F (or 0x73483F) is unknown color: approx Bole. HEX triplet: 73, 48 and 3F. RGB value is (115,72,63). Sum of RGB (Red+Green+Blue) = 115+72+63=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #73483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73483F is #8CB7C0. Grayscale: #535353. Windows color (decimal): -9222081 or 4147315. OLE color: 4147315.

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

Color convert

RGB1157263-
CMYK00.370.450.55
HSL10.38º29.21%34.9%-
HSV(B)10.38º45.22%45.1%-
XYZ10.288.645.83-
YUV83.83116.25150.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 63 (25% from 255) = 25.2%
R=46%
G=28.8%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115726300.370.450.5510.3829.2134.9
Hex73483F0252D37a1d23
Octal163110770455567123543
Binary111001110010001111110100101101101110111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73483F; }

 p { color: rgb(115,72,63); }

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

<style>
 a { background-color: #73483F; }

 a { background-color: rgb(115,72,63); }

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

<style>
 span { border-color: #73483F; }

 span { border-color: rgb(115,72,63); }

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