#7D473E

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

Shades of Bole #7D473E

Tints of Bole #7D473E

Color information

#7D473E (or 0x7D473E) is unknown color: approx Bole. HEX triplet: 7D, 47 and 3E. RGB value is (125,71,62). Sum of RGB (Red+Green+Blue) = 125+71+62=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D473E is #82B8C1. Grayscale: #565656. Windows color (decimal): -8566978 or 4081533. OLE color: 4081533.

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

Color convert

RGB1257162-
CMYK00.430.500.51
HSL8.57º33.69%36.67%-
HSV(B)8.57º50.4%49.02%-
XYZ11.589.215.73-
YUV86.12114.39155.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.45%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=48.45%
G=27.52%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125716200.430.500.518.5733.6936.67
Hex7D473E02B323392225
Octal175107760536263114245
Binary1111101100011111111001010111100101100111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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