Html Css Color HEX #803F24 Copper Canyon

📋 copy color: '#803F24'

red 128 ◦ green 63 ◦ blue 36

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

Shades of Copper Canyon #803F24

Tints of Copper Canyon #803F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 56.39%
G = 27.75%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#803F24 (or 0x803F24) is known color: Copper Canyon. HEX triplet: 80, 3F and 24. RGB value is (128,63,36). Sum of RGB (Red+Green+Blue) = 128+63+36=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #803F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F24 is #7FC0DB. Grayscale: #4F4F4F. Windows color (decimal): -8372444 or 2375552. OLE color: 2375552.

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

Color convert

RGB 128 63 36 -
CMYK 0 0.51 0.72 0.50
HSL 17.61º 0.56% 0.32% -
HSV(B) 17.61º 0.72% 0.5% -
XYZ 11 8.27 2.69 -
YUV 79.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 128 63 36 0 0.51 0.72 0.50 17.61 0.56 0.32
Hex 80 3F 24 0 33 48 32 12 38 20
Octal 200 77 44 0 63 110 62 22 70 40
Binary 10000000 111111 100100 0 110011 1001000 110010 10010 111000 100000

Color Harmonies of #803F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F24

Black with #803F24

Text Example


Text Example

White with #803F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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