Html Css Color HEX #755134 Old Copper

📋 copy color: '#755134'

red 117 ◦ green 81 ◦ blue 52

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

Shades of Old Copper #755134

Tints of Old Copper #755134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 46.8%
G = 32.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#755134 (or 0x755134) is known color: Old Copper. HEX triplet: 75, 51 and 34. RGB value is (117,81,52). Sum of RGB (Red+Green+Blue) = 117+81+52=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755134 is #8AAECB. Grayscale: #585858. Windows color (decimal): -9088716 or 3428725. OLE color: 3428725.

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

Color convert

RGB 117 81 52 -
CMYK 0 0.31 0.56 0.54
HSL 26.77º 0.38% 0.33% -
HSV(B) 26.77º 0.56% 0.46% -
XYZ 10.9 9.91 4.59 -
YUV 88.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 117 81 52 0 0.31 0.56 0.54 26.77 0.38 0.33
Hex 75 51 34 0 1F 38 36 1B 26 21
Octal 165 121 64 0 37 70 66 33 46 41
Binary 1110101 1010001 110100 0 11111 111000 110110 11011 100110 100001

Color Harmonies of #755134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755134

Black with #755134

Text Example


Text Example

White with #755134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755134; }

 p { color: rgb(117,81,52); }

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

background-color css

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

 a { background-color: rgb(117,81,52); }

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

border-color css

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

 span { border-color: rgb(117,81,52); }

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