#7D473D

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

Shades of Bole #7D473D

Tints of Bole #7D473D

Color information

#7D473D (or 0x7D473D) is unknown color: approx Bole. HEX triplet: 7D, 47 and 3D. RGB value is (125,71,61). Sum of RGB (Red+Green+Blue) = 125+71+61=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D473D is #82B8C2. Grayscale: #565656. Windows color (decimal): -8566979 or 4015997. OLE color: 4015997.

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

Color convert

RGB1257161-
CMYK00.430.510.51
HSL9.38º34.41%36.47%-
HSV(B)9.38º51.2%49.02%-
XYZ11.559.25.58-
YUV86.01113.89155.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.64%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=48.64%
G=27.63%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125716100.430.510.519.3834.4136.47
Hex7D473D02B333392224
Octal175107750536363114244
Binary1111101100011111110101010111100111100111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,71,61); }

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

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

 a { background-color: rgb(125,71,61); }

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

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

 span { border-color: rgb(125,71,61); }

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