#76432D

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

Shades of Copper Canyon #76432D

Tints of Copper Canyon #76432D

Color information

#76432D (or 0x76432D) is unknown color: approx Copper Canyon. HEX triplet: 76, 43 and 2D. RGB value is (118,67,45). Sum of RGB (Red+Green+Blue) = 118+67+45=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76432D is #89BCD2. Grayscale: #4F4F4F. Windows color (decimal): -9026771 or 2966390. OLE color: 2966390.

HSL color Cylindrical-coordinate representation of color #76432D: hue angle of 18.08º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76432D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1186745-
CMYK00.430.620.54
HSL18.08º44.79%31.96%-
HSV(B)18.08º61.86%46.27%-
XYZ9.958.063.51-
YUV79.74108.4155.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=51.30%
G=29.13%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118674500.430.620.5418.0844.7931.96
Hex76432D02B3E36122d20
Octal166103550537666225540
Binary11101101000011101101010101111111011011010010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76432D; }

 p { color: rgb(118,67,45); }

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

<style>
 a { background-color: #76432D; }

 a { background-color: rgb(118,67,45); }

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

<style>
 span { border-color: #76432D; }

 span { border-color: rgb(118,67,45); }

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