Html Css Color HEX #7F3A23 Copper Canyon

📋 copy color: '#7F3A23'

red 127 ◦ green 58 ◦ blue 35

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

Shades of Copper Canyon #7F3A23

Tints of Copper Canyon #7F3A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

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

R = 57.73%
G = 26.36%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#7F3A23 (or 0x7F3A23) is known color: Copper Canyon. HEX triplet: 7F, 3A and 23. RGB value is (127,58,35). Sum of RGB (Red+Green+Blue) = 127+58+35=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A23 is #80C5DC. Grayscale: #4C4C4C. Windows color (decimal): -8439261 or 2308735. OLE color: 2308735.

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

Color convert

RGB 127 58 35 -
CMYK 0 0.54 0.72 0.50
HSL 15º 0.57% 0.32% -
HSV(B) 15º 0.72% 0.5% -
XYZ 10.57 7.66 2.51 -
YUV 76.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 127 58 35 0 0.54 0.72 0.50 15 0.57 0.32
Hex 7F 3A 23 0 36 48 32 F 39 20
Octal 177 72 43 0 66 110 62 17 71 40
Binary 1111111 111010 100011 0 110110 1001000 110010 1111 111001 100000

Color Harmonies of #7F3A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3A23

Black with #7F3A23

Text Example


Text Example

White with #7F3A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,58,35); }

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

background-color css

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

 a { background-color: rgb(127,58,35); }

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

border-color css

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

 span { border-color: rgb(127,58,35); }

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