#72402B

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

Shades of Copper Canyon #72402B

Tints of Copper Canyon #72402B

Color information

#72402B (or 0x72402B) is unknown color: approx Copper Canyon. HEX triplet: 72, 40 and 2B. RGB value is (114,64,43). Sum of RGB (Red+Green+Blue) = 114+64+43=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402B is #8DBFD4. Grayscale: #4C4C4C. Windows color (decimal): -9289685 or 2834546. OLE color: 2834546.

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

Color convert

RGB1146443-
CMYK00.440.620.55
HSL17.75º45.22%30.78%-
HSV(B)17.75º62.28%44.71%-
XYZ9.217.423.23-
YUV76.56109.06154.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=51.58%
G=28.96%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114644300.440.620.5517.7545.2230.78
Hex72402B02C3E37122d1f
Octal162100530547667225537
Binary1110010100000010101101011001111101101111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,64,43); }

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

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

 a { background-color: rgb(114,64,43); }

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

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

 span { border-color: rgb(114,64,43); }

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