#7D443C

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

Shades of Bole #7D443C

Tints of Bole #7D443C

Color information

#7D443C (or 0x7D443C) is unknown color: approx Bole. HEX triplet: 7D, 44 and 3C. RGB value is (125,68,60). Sum of RGB (Red+Green+Blue) = 125+68+60=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D443C is #82BBC3. Grayscale: #545454. Windows color (decimal): -8567748 or 3949693. OLE color: 3949693.

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

Color convert

RGB1256860-
CMYK00.460.520.51
HSL7.38º35.14%36.27%-
HSV(B)7.38º52%49.02%-
XYZ11.348.825.38-
YUV84.13114.38157.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.41%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=49.41%
G=26.88%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125686000.460.520.517.3835.1436.27
Hex7D443C02E343372324
Octal17510474056646374344
Binary111110110001001111000101110110100110011111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,68,60); }

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

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

 a { background-color: rgb(125,68,60); }

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

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

 span { border-color: rgb(125,68,60); }

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