Html Css Color HEX #753C2B Copper Canyon

📋 copy color: '#753C2B'

red 117 ◦ green 60 ◦ blue 43

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

Shades of Copper Canyon #753C2B

Tints of Copper Canyon #753C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 53.18%
G = 27.27%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#753C2B (or 0x753C2B) is known color: Copper Canyon. HEX triplet: 75, 3C and 2B. RGB value is (117,60,43). Sum of RGB (Red+Green+Blue) = 117+60+43=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C2B is #8AC3D4. Grayscale: #4B4B4B. Windows color (decimal): -9094101 or 2833525. OLE color: 2833525.

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

Color convert

RGB 117 60 43 -
CMYK 0 0.49 0.63 0.54
HSL 13.78º 0.46% 0.31% -
HSV(B) 13.78º 0.63% 0.46% -
XYZ 9.39 7.19 3.18 -
YUV 75.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 117 60 43 0 0.49 0.63 0.54 13.78 0.46 0.31
Hex 75 3C 2B 0 31 3F 36 E 2E 1F
Octal 165 74 53 0 61 77 66 16 56 37
Binary 1110101 111100 101011 0 110001 111111 110110 1110 101110 11111

Color Harmonies of #753C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C2B

Black with #753C2B

Text Example


Text Example

White with #753C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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