Html Css Color HEX #803E2A Copper Canyon

📋 copy color: '#803E2A'

red 128 ◦ green 62 ◦ blue 42

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

Shades of Copper Canyon #803E2A

Tints of Copper Canyon #803E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.72%

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

R = 55.17%
G = 26.72%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#803E2A (or 0x803E2A) is known color: Copper Canyon. HEX triplet: 80, 3E and 2A. RGB value is (128,62,42). Sum of RGB (Red+Green+Blue) = 128+62+42=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E2A is #7FC1D5. Grayscale: #4F4F4F. Windows color (decimal): -8372694 or 2768512. OLE color: 2768512.

HSL color Cylindrical-coordinate representation of color #803E2A: hue angle of 13.95º 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 #803E2A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 62 42 -
CMYK 0 0.52 0.67 0.50
HSL 13.95º 0.51% 0.33% -
HSV(B) 13.95º 0.67% 0.5% -
XYZ 11.04 8.2 3.19 -
YUV 79.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 128 62 42 0 0.52 0.67 0.50 13.95 0.51 0.33
Hex 80 3E 2A 0 34 43 32 E 33 21
Octal 200 76 52 0 64 103 62 16 63 41
Binary 10000000 111110 101010 0 110100 1000011 110010 1110 110011 100001

Color Harmonies of #803E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E2A

Black with #803E2A

Text Example


Text Example

White with #803E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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