Html Css Color HEX #7E452B Copper Canyon

📋 copy color: '#7E452B'

red 126 ◦ green 69 ◦ blue 43

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

Shades of Copper Canyon #7E452B

Tints of Copper Canyon #7E452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

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

R = 52.94%
G = 28.99%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7E452B (or 0x7E452B) is known color: Copper Canyon. HEX triplet: 7E, 45 and 2B. RGB value is (126,69,43). Sum of RGB (Red+Green+Blue) = 126+69+43=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E452B is #81BAD4. Grayscale: #535353. Windows color (decimal): -8501973 or 2835838. OLE color: 2835838.

HSL color Cylindrical-coordinate representation of color #7E452B: hue angle of 18.8º 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 #7E452B is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 69 43 -
CMYK 0 0.45 0.66 0.51
HSL 18.8º 0.49% 0.33% -
HSV(B) 18.8º 0.66% 0.49% -
XYZ 11.17 8.87 3.41 -
YUV 83.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 126 69 43 0 0.45 0.66 0.51 18.8 0.49 0.33
Hex 7E 45 2B 0 2D 42 33 13 31 21
Octal 176 105 53 0 55 102 63 23 61 41
Binary 1111110 1000101 101011 0 101101 1000010 110011 10011 110001 100001

Color Harmonies of #7E452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E452B

Black with #7E452B

Text Example


Text Example

White with #7E452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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