Html Css Color HEX #803D26 Copper Canyon

📋 copy color: '#803D26'

red 128 ◦ green 61 ◦ blue 38

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

Shades of Copper Canyon #803D26

Tints of Copper Canyon #803D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

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

R = 56.39%
G = 26.87%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#803D26 (or 0x803D26) is known color: Copper Canyon. HEX triplet: 80, 3D and 26. RGB value is (128,61,38). Sum of RGB (Red+Green+Blue) = 128+61+38=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #803D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D26 is #7FC2D9. Grayscale: #4E4E4E. Windows color (decimal): -8372954 or 2506112. OLE color: 2506112.

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

Color convert

RGB 128 61 38 -
CMYK 0 0.52 0.70 0.50
HSL 15.33º 0.54% 0.33% -
HSV(B) 15.33º 0.7% 0.5% -
XYZ 10.92 8.07 2.82 -
YUV 78.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 128 61 38 0 0.52 0.70 0.50 15.33 0.54 0.33
Hex 80 3D 26 0 34 46 32 F 36 21
Octal 200 75 46 0 64 106 62 17 66 41
Binary 10000000 111101 100110 0 110100 1000110 110010 1111 110110 100001

Color Harmonies of #803D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D26

Black with #803D26

Text Example


Text Example

White with #803D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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