Html Css Color HEX #753C28 Copper Canyon

📋 copy color: '#753C28'

red 117 ◦ green 60 ◦ blue 40

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

Shades of Copper Canyon #753C28

Tints of Copper Canyon #753C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.65%

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 53.92%
G = 27.65%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#753C28 (or 0x753C28) is known color: Copper Canyon. HEX triplet: 75, 3C and 28. RGB value is (117,60,40). Sum of RGB (Red+Green+Blue) = 117+60+40=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #753C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C28 is #8AC3D7. Grayscale: #4A4A4A. Windows color (decimal): -9094104 or 2636917. OLE color: 2636917.

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

Color convert

RGB 117 60 40 -
CMYK 0 0.49 0.66 0.54
HSL 15.58º 0.49% 0.31% -
HSV(B) 15.58º 0.66% 0.46% -
XYZ 9.33 7.17 2.9 -
YUV 74.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 117 60 40 0 0.49 0.66 0.54 15.58 0.49 0.31
Hex 75 3C 28 0 31 42 36 10 31 1F
Octal 165 74 50 0 61 102 66 20 61 37
Binary 1110101 111100 101000 0 110001 1000010 110110 10000 110001 11111

Color Harmonies of #753C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C28

Black with #753C28

Text Example


Text Example

White with #753C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,60,40); }

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

background-color css

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

 a { background-color: rgb(117,60,40); }

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

border-color css

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

 span { border-color: rgb(117,60,40); }

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