Html Css Color HEX #753D28 Copper Canyon

📋 copy color: '#753D28'

red 117 ◦ green 61 ◦ blue 40

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

Shades of Copper Canyon #753D28

Tints of Copper Canyon #753D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.98%

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

R = 53.67%
G = 27.98%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#753D28 (or 0x753D28) is known color: Copper Canyon. HEX triplet: 75, 3D and 28. RGB value is (117,61,40). Sum of RGB (Red+Green+Blue) = 117+61+40=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D28 is #8AC2D7. Grayscale: #4B4B4B. Windows color (decimal): -9093848 or 2637173. OLE color: 2637173.

HSL color Cylindrical-coordinate representation of color #753D28: hue angle of 16.36º 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 #753D28 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 40 -
CMYK 0 0.48 0.66 0.54
HSL 16.36º 0.49% 0.31% -
HSV(B) 16.36º 0.66% 0.46% -
XYZ 9.39 7.27 2.92 -
YUV 75.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 117 61 40 0 0.48 0.66 0.54 16.36 0.49 0.31
Hex 75 3D 28 0 30 42 36 10 31 1F
Octal 165 75 50 0 60 102 66 20 61 37
Binary 1110101 111101 101000 0 110000 1000010 110110 10000 110001 11111

Color Harmonies of #753D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D28

Black with #753D28

Text Example


Text Example

White with #753D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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