Html Css Color HEX #803D2B Copper Canyon

📋 copy color: '#803D2B'

red 128 ◦ green 61 ◦ blue 43

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

Shades of Copper Canyon #803D2B

Tints of Copper Canyon #803D2B

RGB

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

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

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

R = 55.17%
G = 26.29%
B = 18.53%

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

#803D2B (or 0x803D2B) is known color: Copper Canyon. HEX triplet: 80, 3D and 2B. RGB value is (128,61,43). Sum of RGB (Red+Green+Blue) = 128+61+43=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D2B is #7FC2D4. Grayscale: #4F4F4F. Windows color (decimal): -8372949 or 2833792. OLE color: 2833792.

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

Color convert

RGB 128 61 43 -
CMYK 0 0.52 0.66 0.50
HSL 12.71º 0.5% 0.34% -
HSV(B) 12.71º 0.66% 0.5% -
XYZ 11.01 8.1 3.27 -
YUV 78.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 128 61 43 0 0.52 0.66 0.50 12.71 0.5 0.34
Hex 80 3D 2B 0 34 42 32 D 32 22
Octal 200 75 53 0 64 102 62 15 62 42
Binary 10000000 111101 101011 0 110100 1000010 110010 1101 110010 100010

Color Harmonies of #803D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D2B

Black with #803D2B

Text Example


Text Example

White with #803D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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