Html Css Color HEX #803C29 Copper Canyon

📋 copy color: '#803C29'

red 128 ◦ green 60 ◦ blue 41

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

Shades of Copper Canyon #803C29

Tints of Copper Canyon #803C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.2%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 55.9%
G = 26.2%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#803C29 (or 0x803C29) is known color: Copper Canyon. HEX triplet: 80, 3C and 29. RGB value is (128,60,41). Sum of RGB (Red+Green+Blue) = 128+60+41=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C29 is #7FC3D6. Grayscale: #4E4E4E. Windows color (decimal): -8373207 or 2702464. OLE color: 2702464.

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

Color convert

RGB 128 60 41 -
CMYK 0 0.53 0.68 0.50
HSL 13.1º 0.51% 0.33% -
HSV(B) 13.1º 0.68% 0.5% -
XYZ 10.92 7.98 3.06 -
YUV 78.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 128 60 41 0 0.53 0.68 0.50 13.1 0.51 0.33
Hex 80 3C 29 0 35 44 32 D 33 21
Octal 200 74 51 0 65 104 62 15 63 41
Binary 10000000 111100 101001 0 110101 1000100 110010 1101 110011 100001

Color Harmonies of #803C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C29

Black with #803C29

Text Example


Text Example

White with #803C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,60,41); }

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

background-color css

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

 a { background-color: rgb(128,60,41); }

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

border-color css

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

 span { border-color: rgb(128,60,41); }

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