Html Css Color HEX #803F2A Copper Canyon

📋 copy color: '#803F2A'

red 128 ◦ green 63 ◦ blue 42

#803F2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Canyon #803F2A

Tints of Copper Canyon #803F2A

RGB

 RED value IS 128 (50.39% from 255) = 54.94%

 GREEN value IS 63 (25% from 255) = 27.04%

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 54.94%
G = 27.04%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#803F2A (or 0x803F2A) is known color: Copper Canyon. HEX triplet: 80, 3F and 2A. RGB value is (128,63,42). Sum of RGB (Red+Green+Blue) = 128+63+42=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F2A is #7FC0D5. Grayscale: #505050. Windows color (decimal): -8372438 or 2768768. OLE color: 2768768.

HSL color Cylindrical-coordinate representation of color #803F2A: hue angle of 14.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803F2A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 63 42 -
CMYK 0 0.51 0.67 0.50
HSL 14.65º 0.51% 0.33% -
HSV(B) 14.65º 0.67% 0.5% -
XYZ 11.1 8.31 3.21 -
YUV 80.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 128 63 42 0 0.51 0.67 0.50 14.65 0.51 0.33
Hex 80 3F 2A 0 33 43 32 F 33 21
Octal 200 77 52 0 63 103 62 17 63 41
Binary 10000000 111111 101010 0 110011 1000011 110010 1111 110011 100001

Color Harmonies of #803F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F2A

Black with #803F2A

Text Example


Text Example

White with #803F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #803F2A;
 }
 .AnyTagClassName
 {
   color: #803F2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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