Html Css Color HEX #75523E Old Copper

📋 copy color: '#75523E'

red 117 ◦ green 82 ◦ blue 62

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

Shades of Old Copper #75523E

Tints of Old Copper #75523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.75%

R = 44.83%
G = 31.42%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75523E (or 0x75523E) is known color: Old Copper. HEX triplet: 75, 52 and 3E. RGB value is (117,82,62). Sum of RGB (Red+Green+Blue) = 117+82+62=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523E is #8AADC1. Grayscale: #5A5A5A. Windows color (decimal): -9088450 or 4084341. OLE color: 4084341.

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

Color convert

RGB 117 82 62 -
CMYK 0 0.30 0.47 0.54
HSL 21.82º 0.31% 0.35% -
HSV(B) 21.82º 0.47% 0.46% -
XYZ 11.22 10.16 5.93 -
YUV 90.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 117 82 62 0 0.30 0.47 0.54 21.82 0.31 0.35
Hex 75 52 3E 0 1E 2F 36 16 1F 23
Octal 165 122 76 0 36 57 66 26 37 43
Binary 1110101 1010010 111110 0 11110 101111 110110 10110 11111 100011

Color Harmonies of #75523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75523E

Black with #75523E

Text Example


Text Example

White with #75523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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