Html Css Color HEX #7C432B Copper Canyon

📋 copy color: '#7C432B'

red 124 ◦ green 67 ◦ blue 43

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

Shades of Copper Canyon #7C432B

Tints of Copper Canyon #7C432B

RGB

 RED value IS 124 (48.83% from 255) = 52.99%

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

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

R = 52.99%
G = 28.63%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C432B (or 0x7C432B) is known color: Copper Canyon. HEX triplet: 7C, 43 and 2B. RGB value is (124,67,43). Sum of RGB (Red+Green+Blue) = 124+67+43=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C432B is #83BCD4. Grayscale: #515151. Windows color (decimal): -8633557 or 2835324. OLE color: 2835324.

HSL color Cylindrical-coordinate representation of color #7C432B: hue angle of 17.78º degrees, saturation: 0.49, 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 #7C432B is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 67 43 -
CMYK 0 0.46 0.65 0.51
HSL 17.78º 0.49% 0.33% -
HSV(B) 17.78º 0.65% 0.49% -
XYZ 10.76 8.47 3.35 -
YUV 81.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 124 67 43 0 0.46 0.65 0.51 17.78 0.49 0.33
Hex 7C 43 2B 0 2E 41 33 12 31 21
Octal 174 103 53 0 56 101 63 22 61 41
Binary 1111100 1000011 101011 0 101110 1000001 110011 10010 110001 100001

Color Harmonies of #7C432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C432B

Black with #7C432B

Text Example


Text Example

White with #7C432B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,67,43); }

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

background-color css

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

 a { background-color: rgb(124,67,43); }

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

border-color css

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

 span { border-color: rgb(124,67,43); }

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