#73423B

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

Shades of Bole #73423B

Tints of Bole #73423B

Color information

#73423B (or 0x73423B) is unknown color: approx Bole. HEX triplet: 73, 42 and 3B. RGB value is (115,66,59). Sum of RGB (Red+Green+Blue) = 115+66+59=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73423B is #8CBDC4. Grayscale: #4F4F4F. Windows color (decimal): -9223621 or 3883635. OLE color: 3883635.

HSL color Cylindrical-coordinate representation of color #73423B: hue angle of 7.5º 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 #73423B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1156659-
CMYK00.430.490.55
HSL7.5º32.18%34.12%-
HSV(B)7.5º48.7%45.1%-
XYZ9.817.865.14-
YUV79.85116.23153.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=47.92%
G=27.5%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115665900.430.490.557.532.1834.12
Hex73423B02B313782022
Octal163102730536167104042
Binary1110011100001011101101010111100011101111000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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