#823F26

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

Shades of Copper Canyon #823F26

Tints of Copper Canyon #823F26

Color information

#823F26 (or 0x823F26) is unknown color: approx Copper Canyon. HEX triplet: 82, 3F and 26. RGB value is (130,63,38). Sum of RGB (Red+Green+Blue) = 130+63+38=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #823F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823F26 is #7DC0D9. Grayscale: #505050. Windows color (decimal): -8241370 or 2506626. OLE color: 2506626.

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

Color convert

RGB1306338-
CMYK00.520.710.49
HSL16.3º54.76%32.94%-
HSV(B)16.3º70.77%50.98%-
XYZ11.338.442.87-
YUV80.18104.2163.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=56.28%
G=27.27%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130633800.520.710.4916.354.7632.94
Hex823F260344731103721
Octal202774606410761206741
Binary100000101111111001100110100100011111000110000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,63,38); }

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

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

 a { background-color: rgb(130,63,38); }

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

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

 span { border-color: rgb(130,63,38); }

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