Html Css Color HEX #7C3926 Copper Canyon

📋 copy color: '#7C3926'

red 124 ◦ green 57 ◦ blue 38

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

Shades of Copper Canyon #7C3926

Tints of Copper Canyon #7C3926

RGB

 RED value IS 124 (48.83% from 255) = 56.62%

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 38 (15.23% from 255) = 17.35%

R = 56.62%
G = 26.03%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C3926 (or 0x7C3926) is known color: Copper Canyon. HEX triplet: 7C, 39 and 26. RGB value is (124,57,38). Sum of RGB (Red+Green+Blue) = 124+57+38=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3926 is #83C6D9. Grayscale: #4B4B4B. Windows color (decimal): -8636122 or 2505084. OLE color: 2505084.

HSL color Cylindrical-coordinate representation of color #7C3926: hue angle of 13.26º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3926 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 57 38 -
CMYK 0 0.54 0.69 0.51
HSL 13.26º 0.53% 0.32% -
HSV(B) 13.26º 0.69% 0.49% -
XYZ 10.13 7.35 2.72 -
YUV 74.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 124 57 38 0 0.54 0.69 0.51 13.26 0.53 0.32
Hex 7C 39 26 0 36 45 33 D 35 20
Octal 174 71 46 0 66 105 63 15 65 40
Binary 1111100 111001 100110 0 110110 1000101 110011 1101 110101 100000

Color Harmonies of #7C3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3926

Black with #7C3926

Text Example


Text Example

White with #7C3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C3926; }

 p { color: rgb(124,57,38); }

 H1.HeaderClassName
 {
   color: #7C3926;
 }
 .AnyTagClassName
 {
   color: #7C3926;
 }
</style>

background-color css

<style>
 a { background-color: #7C3926; }

 a { background-color: rgb(124,57,38); }

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

border-color css

<style>
 span { border-color: #7C3926; }

 span { border-color: rgb(124,57,38); }

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