#75422B

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

Shades of Copper Canyon #75422B

Tints of Copper Canyon #75422B

Color information

#75422B (or 0x75422B) is unknown color: approx Copper Canyon. HEX triplet: 75, 42 and 2B. RGB value is (117,66,43). Sum of RGB (Red+Green+Blue) = 117+66+43=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75422B is #8ABDD4. Grayscale: #4E4E4E. Windows color (decimal): -9092565 or 2835061. OLE color: 2835061.

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

Color convert

RGB1176643-
CMYK00.440.630.54
HSL18.65º46.25%31.37%-
HSV(B)18.65º63.25%45.88%-
XYZ9.727.853.29-
YUV78.63107.9155.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=51.77%
G=29.20%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117664300.440.630.5418.6546.2531.37
Hex75422B02C3F36132e1f
Octal165102530547766235637
Binary1110101100001010101101011001111111101101001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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