Html Css Color HEX #7E4023 Copper Canyon

📋 copy color: '#7E4023'

red 126 ◦ green 64 ◦ blue 35

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

Shades of Copper Canyon #7E4023

Tints of Copper Canyon #7E4023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 56%
G = 28.44%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E4023 (or 0x7E4023) is known color: Copper Canyon. HEX triplet: 7E, 40 and 23. RGB value is (126,64,35). Sum of RGB (Red+Green+Blue) = 126+64+35=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4023 is #81BFDC. Grayscale: #4F4F4F. Windows color (decimal): -8503261 or 2310270. OLE color: 2310270.

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

Color convert

RGB 126 64 35 -
CMYK 0 0.49 0.72 0.51
HSL 19.12º 0.57% 0.32% -
HSV(B) 19.12º 0.72% 0.49% -
XYZ 10.74 8.22 2.61 -
YUV 79.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 126 64 35 0 0.49 0.72 0.51 19.12 0.57 0.32
Hex 7E 40 23 0 31 48 33 13 39 20
Octal 176 100 43 0 61 110 63 23 71 40
Binary 1111110 1000000 100011 0 110001 1001000 110011 10011 111001 100000

Color Harmonies of #7E4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4023

Black with #7E4023

Text Example


Text Example

White with #7E4023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,64,35); }

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

background-color css

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

 a { background-color: rgb(126,64,35); }

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

border-color css

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

 span { border-color: rgb(126,64,35); }

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