#7C483E

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

Shades of Bole #7C483E

Tints of Bole #7C483E

Color information

#7C483E (or 0x7C483E) is unknown color: approx Bole. HEX triplet: 7C, 48 and 3E. RGB value is (124,72,62). Sum of RGB (Red+Green+Blue) = 124+72+62=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C483E is #83B7C1. Grayscale: #565656. Windows color (decimal): -8632258 or 4081788. OLE color: 4081788.

HSL color Cylindrical-coordinate representation of color #7C483E: hue angle of 9.68º 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 #7C483E is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB1247262-
CMYK00.420.50.51
HSL9.68º33.33%36.47%-
HSV(B)9.68º50%48.63%-
XYZ11.59.275.74-
YUV86.41114.23154.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.06%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=48.06%
G=27.91%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124726200.420.50.519.6833.3336.47
Hex7C483E02A3233a2124
Octal174110760526263124144
Binary1111100100100011111001010101100101100111010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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