Html Css Color HEX #755237 Old Copper

📋 copy color: '#755237'

red 117 ◦ green 82 ◦ blue 55

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

Shades of Old Copper #755237

Tints of Old Copper #755237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 55 (21.88% from 255) = 21.65%

R = 46.06%
G = 32.28%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#755237 (or 0x755237) is known color: Old Copper. HEX triplet: 75, 52 and 37. RGB value is (117,82,55). Sum of RGB (Red+Green+Blue) = 117+82+55=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755237 is #8AADC8. Grayscale: #595959. Windows color (decimal): -9088457 or 3625589. OLE color: 3625589.

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

Color convert

RGB 117 82 55 -
CMYK 0 0.30 0.53 0.54
HSL 26.13º 0.36% 0.34% -
HSV(B) 26.13º 0.53% 0.46% -
XYZ 11.04 10.09 4.98 -
YUV 89.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 117 82 55 0 0.30 0.53 0.54 26.13 0.36 0.34
Hex 75 52 37 0 1E 35 36 1A 24 22
Octal 165 122 67 0 36 65 66 32 44 42
Binary 1110101 1010010 110111 0 11110 110101 110110 11010 100100 100010

Color Harmonies of #755237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755237

Black with #755237

Text Example


Text Example

White with #755237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755237; }

 p { color: rgb(117,82,55); }

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

background-color css

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

 a { background-color: rgb(117,82,55); }

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

border-color css

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

 span { border-color: rgb(117,82,55); }

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