Html Css Color HEX #753F27 Copper Canyon

📋 copy color: '#753F27'

red 117 ◦ green 63 ◦ blue 39

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

Shades of Copper Canyon #753F27

Tints of Copper Canyon #753F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 53.42%
G = 28.77%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#753F27 (or 0x753F27) is known color: Copper Canyon. HEX triplet: 75, 3F and 27. RGB value is (117,63,39). Sum of RGB (Red+Green+Blue) = 117+63+39=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F27 is #8AC0D8. Grayscale: #4C4C4C. Windows color (decimal): -9093337 or 2572149. OLE color: 2572149.

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

Color convert

RGB 117 63 39 -
CMYK 0 0.46 0.67 0.54
HSL 18.46º 0.5% 0.31% -
HSV(B) 18.46º 0.67% 0.46% -
XYZ 9.48 7.48 2.86 -
YUV 76.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 117 63 39 0 0.46 0.67 0.54 18.46 0.5 0.31
Hex 75 3F 27 0 2E 43 36 12 32 1F
Octal 165 77 47 0 56 103 66 22 62 37
Binary 1110101 111111 100111 0 101110 1000011 110110 10010 110010 11111

Color Harmonies of #753F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F27

Black with #753F27

Text Example


Text Example

White with #753F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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