Html Css Color HEX #7D3825 Copper Canyon

📋 copy color: '#7D3825'

red 125 ◦ green 56 ◦ blue 37

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

Shades of Copper Canyon #7D3825

Tints of Copper Canyon #7D3825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 57.34%
G = 25.69%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D3825 (or 0x7D3825) is known color: Copper Canyon. HEX triplet: 7D, 38 and 25. RGB value is (125,56,37). Sum of RGB (Red+Green+Blue) = 125+56+37=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3825 is #82C7DA. Grayscale: #4A4A4A. Windows color (decimal): -8570843 or 2439293. OLE color: 2439293.

HSL color Cylindrical-coordinate representation of color #7D3825: hue angle of 12.95º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3825 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 56 37 -
CMYK 0 0.55 0.70 0.51
HSL 12.95º 0.54% 0.32% -
HSV(B) 12.95º 0.7% 0.49% -
XYZ 10.21 7.32 2.63 -
YUV 74.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 125 56 37 0 0.55 0.70 0.51 12.95 0.54 0.32
Hex 7D 38 25 0 37 46 33 D 36 20
Octal 175 70 45 0 67 106 63 15 66 40
Binary 1111101 111000 100101 0 110111 1000110 110011 1101 110110 100000

Color Harmonies of #7D3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3825

Black with #7D3825

Text Example


Text Example

White with #7D3825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,37); }

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

background-color css

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

 a { background-color: rgb(125,56,37); }

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

border-color css

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

 span { border-color: rgb(125,56,37); }

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