Html Css Color HEX #755036 Old Copper

📋 copy color: '#755036'

red 117 ◦ green 80 ◦ blue 54

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

Shades of Old Copper #755036

Tints of Old Copper #755036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 46.61%
G = 31.87%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#755036 (or 0x755036) is known color: Old Copper. HEX triplet: 75, 50 and 36. RGB value is (117,80,54). Sum of RGB (Red+Green+Blue) = 117+80+54=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #755036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755036 is #8AAFC9. Grayscale: #585858. Windows color (decimal): -9088970 or 3559541. OLE color: 3559541.

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

Color convert

RGB 117 80 54 -
CMYK 0 0.32 0.54 0.54
HSL 24.76º 0.37% 0.34% -
HSV(B) 24.76º 0.54% 0.46% -
XYZ 10.87 9.79 4.81 -
YUV 88.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 117 80 54 0 0.32 0.54 0.54 24.76 0.37 0.34
Hex 75 50 36 0 20 36 36 19 25 22
Octal 165 120 66 0 40 66 66 31 45 42
Binary 1110101 1010000 110110 0 100000 110110 110110 11001 100101 100010

Color Harmonies of #755036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755036

Black with #755036

Text Example


Text Example

White with #755036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755036; }

 p { color: rgb(117,80,54); }

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

background-color css

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

 a { background-color: rgb(117,80,54); }

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

border-color css

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

 span { border-color: rgb(117,80,54); }

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