Html Css Color HEX #7E442B Copper Canyon

📋 copy color: '#7E442B'

red 126 ◦ green 68 ◦ blue 43

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

Shades of Copper Canyon #7E442B

Tints of Copper Canyon #7E442B

RGB

 RED value IS 126 (49.61% from 255) = 53.16%

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 53.16%
G = 28.69%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7E442B (or 0x7E442B) is known color: Copper Canyon. HEX triplet: 7E, 44 and 2B. RGB value is (126,68,43). Sum of RGB (Red+Green+Blue) = 126+68+43=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E442B is #81BBD4. Grayscale: #525252. Windows color (decimal): -8502229 or 2835582. OLE color: 2835582.

HSL color Cylindrical-coordinate representation of color #7E442B: hue angle of 18.07º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E442B is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 68 43 -
CMYK 0 0.46 0.66 0.51
HSL 18.07º 0.49% 0.33% -
HSV(B) 18.07º 0.66% 0.49% -
XYZ 11.11 8.74 3.39 -
YUV 82.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 126 68 43 0 0.46 0.66 0.51 18.07 0.49 0.33
Hex 7E 44 2B 0 2E 42 33 12 31 21
Octal 176 104 53 0 56 102 63 22 61 41
Binary 1111110 1000100 101011 0 101110 1000010 110011 10010 110001 100001

Color Harmonies of #7E442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E442B

Black with #7E442B

Text Example


Text Example

White with #7E442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,68,43); }

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

background-color css

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

 a { background-color: rgb(126,68,43); }

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

border-color css

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

 span { border-color: rgb(126,68,43); }

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