Html Css Color HEX #7E432C Copper Canyon

📋 copy color: '#7E432C'

red 126 ◦ green 67 ◦ blue 44

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

Shades of Copper Canyon #7E432C

Tints of Copper Canyon #7E432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 44 (17.58% from 255) = 18.57%

R = 53.16%
G = 28.27%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7E432C (or 0x7E432C) is known color: Copper Canyon. HEX triplet: 7E, 43 and 2C. RGB value is (126,67,44). Sum of RGB (Red+Green+Blue) = 126+67+44=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E432C is #81BCD3. Grayscale: #525252. Windows color (decimal): -8502484 or 2900862. OLE color: 2900862.

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

Color convert

RGB 126 67 44 -
CMYK 0 0.47 0.65 0.51
HSL 16.83º 0.48% 0.33% -
HSV(B) 16.83º 0.65% 0.49% -
XYZ 11.07 8.63 3.47 -
YUV 82.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 126 67 44 0 0.47 0.65 0.51 16.83 0.48 0.33
Hex 7E 43 2C 0 2F 41 33 11 30 21
Octal 176 103 54 0 57 101 63 21 60 41
Binary 1111110 1000011 101100 0 101111 1000001 110011 10001 110000 100001

Color Harmonies of #7E432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E432C

Black with #7E432C

Text Example


Text Example

White with #7E432C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,67,44); }

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

background-color css

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

 a { background-color: rgb(126,67,44); }

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

border-color css

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

 span { border-color: rgb(126,67,44); }

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