Html Css Color HEX #753F29 Copper Canyon

📋 copy color: '#753F29'

red 117 ◦ green 63 ◦ blue 41

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

Shades of Copper Canyon #753F29

Tints of Copper Canyon #753F29

RGB

 RED value IS 117 (46.09% from 255) = 52.94%

 GREEN value IS 63 (25% from 255) = 28.51%

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 52.94%
G = 28.51%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#753F29 (or 0x753F29) is known color: Copper Canyon. HEX triplet: 75, 3F and 29. RGB value is (117,63,41). Sum of RGB (Red+Green+Blue) = 117+63+41=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #753F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F29 is #8AC0D6. Grayscale: #4C4C4C. Windows color (decimal): -9093335 or 2703221. OLE color: 2703221.

HSL color Cylindrical-coordinate representation of color #753F29: hue angle of 17.37º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753F29 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 63 41 -
CMYK 0 0.46 0.65 0.54
HSL 17.37º 0.48% 0.31% -
HSV(B) 17.37º 0.65% 0.46% -
XYZ 9.51 7.5 3.04 -
YUV 76.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 117 63 41 0 0.46 0.65 0.54 17.37 0.48 0.31
Hex 75 3F 29 0 2E 41 36 11 30 1F
Octal 165 77 51 0 56 101 66 21 60 37
Binary 1110101 111111 101001 0 101110 1000001 110110 10001 110000 11111

Color Harmonies of #753F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F29

Black with #753F29

Text Example


Text Example

White with #753F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F29; }

 p { color: rgb(117,63,41); }

 H1.HeaderClassName
 {
   color: #753F29;
 }
 .AnyTagClassName
 {
   color: #753F29;
 }
</style>

background-color css

<style>
 a { background-color: #753F29; }

 a { background-color: rgb(117,63,41); }

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

border-color css

<style>
 span { border-color: #753F29; }

 span { border-color: rgb(117,63,41); }

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