Html Css Color HEX #803C24 Copper Canyon

📋 copy color: '#803C24'

red 128 ◦ green 60 ◦ blue 36

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

Shades of Copper Canyon #803C24

Tints of Copper Canyon #803C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

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

R = 57.14%
G = 26.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#803C24 (or 0x803C24) is known color: Copper Canyon. HEX triplet: 80, 3C and 24. RGB value is (128,60,36). Sum of RGB (Red+Green+Blue) = 128+60+36=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #803C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C24 is #7FC3DB. Grayscale: #4D4D4D. Windows color (decimal): -8373212 or 2374784. OLE color: 2374784.

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

Color convert

RGB 128 60 36 -
CMYK 0 0.53 0.72 0.50
HSL 15.65º 0.56% 0.32% -
HSV(B) 15.65º 0.72% 0.5% -
XYZ 10.84 7.95 2.63 -
YUV 77.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 128 60 36 0 0.53 0.72 0.50 15.65 0.56 0.32
Hex 80 3C 24 0 35 48 32 10 38 20
Octal 200 74 44 0 65 110 62 20 70 40
Binary 10000000 111100 100100 0 110101 1001000 110010 10000 111000 100000

Color Harmonies of #803C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C24

Black with #803C24

Text Example


Text Example

White with #803C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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