#7C423E

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

Shades of Bole #7C423E

Tints of Bole #7C423E

Color information

#7C423E (or 0x7C423E) is unknown color: approx Bole. HEX triplet: 7C, 42 and 3E. RGB value is (124,66,62). Sum of RGB (Red+Green+Blue) = 124+66+62=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C423E is #83BDC1. Grayscale: #525252. Windows color (decimal): -8633794 or 4080252. OLE color: 4080252.

HSL color Cylindrical-coordinate representation of color #7C423E: hue angle of 3.87º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C423E is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB1246662-
CMYK00.470.50.51
HSL3.87º33.33%36.47%-
HSV(B)3.87º50%48.63%-
XYZ11.138.535.62-
YUV82.89116.22157.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=49.21%
G=26.19%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124666200.470.50.513.8733.3336.47
Hex7C423E02F323342124
Octal17410276057626344144
Binary111110010000101111100101111110010110011100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C423E; }

 p { color: rgb(124,66,62); }

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

<style>
 a { background-color: #7C423E; }

 a { background-color: rgb(124,66,62); }

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

<style>
 span { border-color: #7C423E; }

 span { border-color: rgb(124,66,62); }

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