Html Css Color HEX #803E2B Copper Canyon

📋 copy color: '#803E2B'

red 128 ◦ green 62 ◦ blue 43

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

Shades of Copper Canyon #803E2B

Tints of Copper Canyon #803E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.61%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 54.94%
G = 26.61%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#803E2B (or 0x803E2B) is known color: Copper Canyon. HEX triplet: 80, 3E and 2B. RGB value is (128,62,43). Sum of RGB (Red+Green+Blue) = 128+62+43=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E2B is #7FC1D4. Grayscale: #4F4F4F. Windows color (decimal): -8372693 or 2834048. OLE color: 2834048.

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

Color convert

RGB 128 62 43 -
CMYK 0 0.52 0.66 0.50
HSL 13.41º 0.5% 0.34% -
HSV(B) 13.41º 0.66% 0.5% -
XYZ 11.06 8.21 3.29 -
YUV 79.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 128 62 43 0 0.52 0.66 0.50 13.41 0.5 0.34
Hex 80 3E 2B 0 34 42 32 D 32 22
Octal 200 76 53 0 64 102 62 15 62 42
Binary 10000000 111110 101011 0 110100 1000010 110010 1101 110010 100010

Color Harmonies of #803E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E2B

Black with #803E2B

Text Example


Text Example

White with #803E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,62,43); }

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

background-color css

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

 a { background-color: rgb(128,62,43); }

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

border-color css

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

 span { border-color: rgb(128,62,43); }

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