#7D452B

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

Shades of Copper Canyon #7D452B

Tints of Copper Canyon #7D452B

Color information

#7D452B (or 0x7D452B) is unknown color: approx Copper Canyon. HEX triplet: 7D, 45 and 2B. RGB value is (125,69,43). Sum of RGB (Red+Green+Blue) = 125+69+43=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D452B is #82BAD4. Grayscale: #525252. Windows color (decimal): -8567509 or 2835837. OLE color: 2835837.

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

Color convert

RGB1256943-
CMYK00.450.660.51
HSL19.02º48.81%32.94%-
HSV(B)19.02º65.6%49.02%-
XYZ11.028.793.4-
YUV82.78105.55158.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=52.74%
G=29.11%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125694300.450.660.5119.0248.8132.94
Hex7D452B02D4233133121
Octal1751055305510263236141
Binary111110110001011010110101101100001011001110011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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