Html Css Color HEX #7F4528 Copper Canyon

📋 copy color: '#7F4528'

red 127 ◦ green 69 ◦ blue 40

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

Shades of Copper Canyon #7F4528

Tints of Copper Canyon #7F4528

RGB

 RED value IS 127 (50% from 255) = 53.81%

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 53.81%
G = 29.24%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F4528 (or 0x7F4528) is known color: Copper Canyon. HEX triplet: 7F, 45 and 28. RGB value is (127,69,40). Sum of RGB (Red+Green+Blue) = 127+69+40=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4528 is #80BAD7. Grayscale: #535353. Windows color (decimal): -8436440 or 2639231. OLE color: 2639231.

HSL color Cylindrical-coordinate representation of color #7F4528: hue angle of 20º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F4528 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 69 40 -
CMYK 0 0.46 0.69 0.50
HSL 20º 0.52% 0.33% -
HSV(B) 20º 0.69% 0.5% -
XYZ 11.26 8.92 3.14 -
YUV 83.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 127 69 40 0 0.46 0.69 0.50 20 0.52 0.33
Hex 7F 45 28 0 2E 45 32 14 34 21
Octal 177 105 50 0 56 105 62 24 64 41
Binary 1111111 1000101 101000 0 101110 1000101 110010 10100 110100 100001

Color Harmonies of #7F4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4528

Black with #7F4528

Text Example


Text Example

White with #7F4528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,69,40); }

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

background-color css

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

 a { background-color: rgb(127,69,40); }

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

border-color css

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

 span { border-color: rgb(127,69,40); }

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