#73483B

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

Shades of Bole #73483B

Tints of Bole #73483B

Color information

#73483B (or 0x73483B) is unknown color: approx Bole. HEX triplet: 73, 48 and 3B. RGB value is (115,72,59). Sum of RGB (Red+Green+Blue) = 115+72+59=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73483B is #8CB7C4. Grayscale: #535353. Windows color (decimal): -9222085 or 3885171. OLE color: 3885171.

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

Color convert

RGB1157259-
CMYK00.370.490.55
HSL13.93º32.18%34.12%-
HSV(B)13.93º48.7%45.1%-
XYZ10.188.65.26-
YUV83.38114.25150.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=46.75%
G=29.27%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115725900.370.490.5513.9332.1834.12
Hex73483B0253137e2022
Octal163110730456167164042
Binary1110011100100011101101001011100011101111110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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