Html Css Color HEX #803C26 Copper Canyon

📋 copy color: '#803C26'

red 128 ◦ green 60 ◦ blue 38

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

Shades of Copper Canyon #803C26

Tints of Copper Canyon #803C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 56.64%
G = 26.55%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#803C26 (or 0x803C26) is known color: Copper Canyon. HEX triplet: 80, 3C and 26. RGB value is (128,60,38). Sum of RGB (Red+Green+Blue) = 128+60+38=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #803C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C26 is #7FC3D9. Grayscale: #4D4D4D. Windows color (decimal): -8373210 or 2505856. OLE color: 2505856.

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

Color convert

RGB 128 60 38 -
CMYK 0 0.53 0.70 0.50
HSL 14.67º 0.54% 0.33% -
HSV(B) 14.67º 0.7% 0.5% -
XYZ 10.87 7.96 2.8 -
YUV 77.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 128 60 38 0 0.53 0.70 0.50 14.67 0.54 0.33
Hex 80 3C 26 0 35 46 32 F 36 21
Octal 200 74 46 0 65 106 62 17 66 41
Binary 10000000 111100 100110 0 110101 1000110 110010 1111 110110 100001

Color Harmonies of #803C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C26

Black with #803C26

Text Example


Text Example

White with #803C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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