#73423D

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

Shades of Bole #73423D

Tints of Bole #73423D

Color information

#73423D (or 0x73423D) is unknown color: approx Bole. HEX triplet: 73, 42 and 3D. RGB value is (115,66,61). Sum of RGB (Red+Green+Blue) = 115+66+61=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73423D is #8CBDC2. Grayscale: #505050. Windows color (decimal): -9223619 or 4014707. OLE color: 4014707.

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

Color convert

RGB1156661-
CMYK00.430.470.55
HSL5.56º30.68%34.51%-
HSV(B)5.56º46.96%45.1%-
XYZ9.867.885.42-
YUV80.08117.23152.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=47.52%
G=27.27%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115666100.430.470.555.5630.6834.51
Hex73423D02B2F3761f23
Octal16310275053576763743
Binary11100111000010111101010101110111111011111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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