#75422E

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

Shades of Copper Canyon #75422E

Tints of Copper Canyon #75422E

Color information

#75422E (or 0x75422E) is unknown color: approx Copper Canyon. HEX triplet: 75, 42 and 2E. RGB value is (117,66,46). Sum of RGB (Red+Green+Blue) = 117+66+46=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75422E is #8ABDD1. Grayscale: #4F4F4F. Windows color (decimal): -9092562 or 3031669. OLE color: 3031669.

HSL color Cylindrical-coordinate representation of color #75422E: hue angle of 16.9º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75422E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1176646-
CMYK00.440.610.54
HSL16.9º43.56%31.96%-
HSV(B)16.9º60.68%45.88%-
XYZ9.787.883.59-
YUV78.97109.4155.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=51.09%
G=28.82%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117664600.440.610.5416.943.5631.96
Hex75422E02C3D36112c20
Octal165102560547566215440
Binary11101011000010101110010110011110111011010001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75422E; }

 p { color: rgb(117,66,46); }

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

<style>
 a { background-color: #75422E; }

 a { background-color: rgb(117,66,46); }

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

<style>
 span { border-color: #75422E; }

 span { border-color: rgb(117,66,46); }

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