Html Css Color HEX #803F2C Copper Canyon

📋 copy color: '#803F2C'

red 128 ◦ green 63 ◦ blue 44

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

Shades of Copper Canyon #803F2C

Tints of Copper Canyon #803F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 54.47%
G = 26.81%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#803F2C (or 0x803F2C) is known color: Copper Canyon. HEX triplet: 80, 3F and 2C. RGB value is (128,63,44). Sum of RGB (Red+Green+Blue) = 128+63+44=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #803F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F2C is #7FC0D3. Grayscale: #505050. Windows color (decimal): -8372436 or 2899840. OLE color: 2899840.

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

Color convert

RGB 128 63 44 -
CMYK 0 0.51 0.66 0.50
HSL 13.57º 0.49% 0.34% -
HSV(B) 13.57º 0.66% 0.5% -
XYZ 11.13 8.33 3.4 -
YUV 80.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 128 63 44 0 0.51 0.66 0.50 13.57 0.49 0.34
Hex 80 3F 2C 0 33 42 32 E 31 22
Octal 200 77 54 0 63 102 62 16 61 42
Binary 10000000 111111 101100 0 110011 1000010 110010 1110 110001 100010

Color Harmonies of #803F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F2C

Black with #803F2C

Text Example


Text Example

White with #803F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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