#733F2A

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

Shades of Copper Canyon #733F2A

Tints of Copper Canyon #733F2A

Color information

#733F2A (or 0x733F2A) is unknown color: approx Copper Canyon. HEX triplet: 73, 3F and 2A. RGB value is (115,63,42). Sum of RGB (Red+Green+Blue) = 115+63+42=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #733F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F2A is #8CC0D5. Grayscale: #4C4C4C. Windows color (decimal): -9224406 or 2768755. OLE color: 2768755.

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

Color convert

RGB1156342-
CMYK00.450.630.55
HSL17.26º46.5%30.78%-
HSV(B)17.26º63.48%45.1%-
XYZ9.277.373.12-
YUV76.15108.73155.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=52.27%
G=28.64%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115634200.450.630.5517.2646.530.78
Hex733F2A02D3F37112e1f
Octal16377520557767215637
Binary111001111111110101001011011111111101111000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733F2A; }

 p { color: rgb(115,63,42); }

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

<style>
 a { background-color: #733F2A; }

 a { background-color: rgb(115,63,42); }

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

<style>
 span { border-color: #733F2A; }

 span { border-color: rgb(115,63,42); }

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