Html Css Color HEX #803D22 Copper Canyon

📋 copy color: '#803D22'

red 128 ◦ green 61 ◦ blue 34

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

Shades of Copper Canyon #803D22

Tints of Copper Canyon #803D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 57.4%
G = 27.35%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#803D22 (or 0x803D22) is known color: Copper Canyon. HEX triplet: 80, 3D and 22. RGB value is (128,61,34). Sum of RGB (Red+Green+Blue) = 128+61+34=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #803D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D22 is #7FC2DD. Grayscale: #4E4E4E. Windows color (decimal): -8372958 or 2243968. OLE color: 2243968.

HSL color Cylindrical-coordinate representation of color #803D22: hue angle of 17.23º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803D22 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 34 -
CMYK 0 0.52 0.73 0.50
HSL 17.23º 0.58% 0.32% -
HSV(B) 17.23º 0.73% 0.5% -
XYZ 10.86 8.04 2.49 -
YUV 77.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 128 61 34 0 0.52 0.73 0.50 17.23 0.58 0.32
Hex 80 3D 22 0 34 49 32 11 3A 20
Octal 200 75 42 0 64 111 62 21 72 40
Binary 10000000 111101 100010 0 110100 1001001 110010 10001 111010 100000

Color Harmonies of #803D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D22

Black with #803D22

Text Example


Text Example

White with #803D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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