#823D24

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

Shades of Copper Canyon #823D24

Tints of Copper Canyon #823D24

Color information

#823D24 (or 0x823D24) is unknown color: approx Copper Canyon. HEX triplet: 82, 3D and 24. RGB value is (130,61,36). Sum of RGB (Red+Green+Blue) = 130+61+36=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #823D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D24 is #7DC2DB. Grayscale: #4E4E4E. Windows color (decimal): -8241884 or 2375042. OLE color: 2375042.

HSL color Cylindrical-coordinate representation of color #823D24: hue angle of 15.96º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823D24 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1306136-
CMYK00.530.720.49
HSL15.96º56.63%32.55%-
HSV(B)15.96º72.31%50.98%-
XYZ11.198.212.66-
YUV78.78103.86164.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=57.27%
G=26.87%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130613600.530.720.4915.9656.6332.55
Hex823D240354831103921
Octal202754406511061207141
Binary100000101111011001000110101100100011000110000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823D24; }

 p { color: rgb(130,61,36); }

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

<style>
 a { background-color: #823D24; }

 a { background-color: rgb(130,61,36); }

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

<style>
 span { border-color: #823D24; }

 span { border-color: rgb(130,61,36); }

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