#72433E

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

Shades of Bole #72433E

Tints of Bole #72433E

Color information

#72433E (or 0x72433E) is unknown color: approx Bole. HEX triplet: 72, 43 and 3E. RGB value is (114,67,62). Sum of RGB (Red+Green+Blue) = 114+67+62=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72433E is #8DBCC1. Grayscale: #505050. Windows color (decimal): -9288898 or 4080498. OLE color: 4080498.

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

Color convert

RGB1146762-
CMYK00.410.460.55
HSL5.77º29.55%34.51%-
HSV(B)5.77º45.61%44.71%-
XYZ9.827.945.57-
YUV80.48117.57151.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=46.91%
G=27.57%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114676200.410.460.555.7729.5534.51
Hex72433E0292E3761e23
Octal16210376051566763643
Binary11100101000011111110010100110111011011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72433E; }

 p { color: rgb(114,67,62); }

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

<style>
 a { background-color: #72433E; }

 a { background-color: rgb(114,67,62); }

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

<style>
 span { border-color: #72433E; }

 span { border-color: rgb(114,67,62); }

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