Html Css Color HEX #75523F Old Copper

📋 copy color: '#75523F'

red 117 ◦ green 82 ◦ blue 63

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

Shades of Old Copper #75523F

Tints of Old Copper #75523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.05%

R = 44.66%
G = 31.3%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75523F (or 0x75523F) is known color: Old Copper. HEX triplet: 75, 52 and 3F. RGB value is (117,82,63). Sum of RGB (Red+Green+Blue) = 117+82+63=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523F is #8AADC0. Grayscale: #5A5A5A. Windows color (decimal): -9088449 or 4149877. OLE color: 4149877.

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

Color convert

RGB 117 82 63 -
CMYK 0 0.30 0.46 0.54
HSL 21.11º 0.3% 0.35% -
HSV(B) 21.11º 0.46% 0.46% -
XYZ 11.25 10.18 6.07 -
YUV 90.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 117 82 63 0 0.30 0.46 0.54 21.11 0.3 0.35
Hex 75 52 3F 0 1E 2E 36 15 1E 23
Octal 165 122 77 0 36 56 66 25 36 43
Binary 1110101 1010010 111111 0 11110 101110 110110 10101 11110 100011

Color Harmonies of #75523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75523F

Black with #75523F

Text Example


Text Example

White with #75523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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