#7D432B

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

Shades of Copper Canyon #7D432B

Tints of Copper Canyon #7D432B

Color information

#7D432B (or 0x7D432B) is unknown color: approx Copper Canyon. HEX triplet: 7D, 43 and 2B. RGB value is (125,67,43). Sum of RGB (Red+Green+Blue) = 125+67+43=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D432B is #82BCD4. Grayscale: #515151. Windows color (decimal): -8568021 or 2835325. OLE color: 2835325.

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

Color convert

RGB1256743-
CMYK00.460.660.51
HSL17.56º48.81%32.94%-
HSV(B)17.56º65.6%49.02%-
XYZ10.98.553.36-
YUV81.61106.22158.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.19%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=53.19%
G=28.51%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125674300.460.660.5117.5648.8132.94
Hex7D432B02E4233123121
Octal1751035305610263226141
Binary111110110000111010110101110100001011001110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,67,43); }

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

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

 a { background-color: rgb(125,67,43); }

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

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

 span { border-color: rgb(125,67,43); }

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