Html Css Color HEX #753F2D Copper Canyon

📋 copy color: '#753F2D'

red 117 ◦ green 63 ◦ blue 45

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

Shades of Copper Canyon #753F2D

Tints of Copper Canyon #753F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20%

R = 52%
G = 28%
B = 20%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#753F2D (or 0x753F2D) is known color: Copper Canyon. HEX triplet: 75, 3F and 2D. RGB value is (117,63,45). Sum of RGB (Red+Green+Blue) = 117+63+45=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F2D is #8AC0D2. Grayscale: #4D4D4D. Windows color (decimal): -9093331 or 2965365. OLE color: 2965365.

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

Color convert

RGB 117 63 45 -
CMYK 0 0.46 0.62 0.54
HSL 15º 0.44% 0.32% -
HSV(B) 15º 0.62% 0.46% -
XYZ 9.59 7.53 3.43 -
YUV 77.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 117 63 45 0 0.46 0.62 0.54 15 0.44 0.32
Hex 75 3F 2D 0 2E 3E 36 F 2C 20
Octal 165 77 55 0 56 76 66 17 54 40
Binary 1110101 111111 101101 0 101110 111110 110110 1111 101100 100000

Color Harmonies of #753F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F2D

Black with #753F2D

Text Example


Text Example

White with #753F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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