Html Css Color HEX #803F26 Copper Canyon

📋 copy color: '#803F26'

red 128 ◦ green 63 ◦ blue 38

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

Shades of Copper Canyon #803F26

Tints of Copper Canyon #803F26

RGB

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

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

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

R = 55.9%
G = 27.51%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#803F26 (or 0x803F26) is known color: Copper Canyon. HEX triplet: 80, 3F and 26. RGB value is (128,63,38). Sum of RGB (Red+Green+Blue) = 128+63+38=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F26 is #7FC0D9. Grayscale: #4F4F4F. Windows color (decimal): -8372442 or 2506624. OLE color: 2506624.

HSL color Cylindrical-coordinate representation of color #803F26: hue angle of 16.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 #803F26 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 63 38 -
CMYK 0 0.51 0.70 0.50
HSL 16.67º 0.54% 0.33% -
HSV(B) 16.67º 0.7% 0.5% -
XYZ 11.03 8.28 2.85 -
YUV 79.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 128 63 38 0 0.51 0.70 0.50 16.67 0.54 0.33
Hex 80 3F 26 0 33 46 32 11 36 21
Octal 200 77 46 0 63 106 62 21 66 41
Binary 10000000 111111 100110 0 110011 1000110 110010 10001 110110 100001

Color Harmonies of #803F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F26

Black with #803F26

Text Example


Text Example

White with #803F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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