Html Css Color HEX #7E3F23 Copper Canyon

📋 copy color: '#7E3F23'

red 126 ◦ green 63 ◦ blue 35

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

Shades of Copper Canyon #7E3F23

Tints of Copper Canyon #7E3F23

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

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

R = 56.25%
G = 28.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E3F23 (or 0x7E3F23) is known color: Copper Canyon. HEX triplet: 7E, 3F and 23. RGB value is (126,63,35). Sum of RGB (Red+Green+Blue) = 126+63+35=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F23 is #81C0DC. Grayscale: #4E4E4E. Windows color (decimal): -8503517 or 2310014. OLE color: 2310014.

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

Color convert

RGB 126 63 35 -
CMYK 0 0.50 0.72 0.51
HSL 18.46º 0.57% 0.32% -
HSV(B) 18.46º 0.72% 0.49% -
XYZ 10.69 8.11 2.59 -
YUV 78.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 126 63 35 0 0.50 0.72 0.51 18.46 0.57 0.32
Hex 7E 3F 23 0 32 48 33 12 39 20
Octal 176 77 43 0 62 110 63 22 71 40
Binary 1111110 111111 100011 0 110010 1001000 110011 10010 111001 100000

Color Harmonies of #7E3F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3F23

Black with #7E3F23

Text Example


Text Example

White with #7E3F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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