#72423D

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

Shades of Bole #72423D

Tints of Bole #72423D

Color information

#72423D (or 0x72423D) is unknown color: approx Bole. HEX triplet: 72, 42 and 3D. RGB value is (114,66,61). Sum of RGB (Red+Green+Blue) = 114+66+61=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72423D is #8DBDC2. Grayscale: #4F4F4F. Windows color (decimal): -9289155 or 4014706. OLE color: 4014706.

HSL color Cylindrical-coordinate representation of color #72423D: hue angle of 5.66º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72423D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1146661-
CMYK00.420.460.55
HSL5.66º30.29%34.31%-
HSV(B)5.66º46.49%44.71%-
XYZ9.737.815.41-
YUV79.78117.4152.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=47.30%
G=27.39%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114666100.420.460.555.6630.2934.31
Hex72423D02A2E3761e22
Octal16210275052566763642
Binary11100101000010111101010101010111011011111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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