Html Css Color HEX #7D4123 Copper Canyon

📋 copy color: '#7D4123'

red 125 ◦ green 65 ◦ blue 35

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

Shades of Copper Canyon #7D4123

Tints of Copper Canyon #7D4123

RGB

 RED value IS 125 (49.22% from 255) = 55.56%

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 55.56%
G = 28.89%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7D4123 (or 0x7D4123) is known color: Copper Canyon. HEX triplet: 7D, 41 and 23. RGB value is (125,65,35). Sum of RGB (Red+Green+Blue) = 125+65+35=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4123 is #82BEDC. Grayscale: #4F4F4F. Windows color (decimal): -8568541 or 2310525. OLE color: 2310525.

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

Color convert

RGB 125 65 35 -
CMYK 0 0.48 0.72 0.51
HSL 20º 0.56% 0.31% -
HSV(B) 20º 0.72% 0.49% -
XYZ 10.65 8.26 2.62 -
YUV 79.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 125 65 35 0 0.48 0.72 0.51 20 0.56 0.31
Hex 7D 41 23 0 30 48 33 14 38 1F
Octal 175 101 43 0 60 110 63 24 70 37
Binary 1111101 1000001 100011 0 110000 1001000 110011 10100 111000 11111

Color Harmonies of #7D4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4123

Black with #7D4123

Text Example


Text Example

White with #7D4123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,35); }

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

background-color css

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

 a { background-color: rgb(125,65,35); }

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

border-color css

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

 span { border-color: rgb(125,65,35); }

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