Html Css Color HEX #75523A Old Copper

📋 copy color: '#75523A'

red 117 ◦ green 82 ◦ blue 58

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

Shades of Old Copper #75523A

Tints of Old Copper #75523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 45.53%
G = 31.91%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75523A (or 0x75523A) is known color: Old Copper. HEX triplet: 75, 52 and 3A. RGB value is (117,82,58). Sum of RGB (Red+Green+Blue) = 117+82+58=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523A is #8AADC5. Grayscale: #595959. Windows color (decimal): -9088454 or 3822197. OLE color: 3822197.

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

Color convert

RGB 117 82 58 -
CMYK 0 0.30 0.50 0.54
HSL 24.41º 0.34% 0.34% -
HSV(B) 24.41º 0.5% 0.46% -
XYZ 11.12 10.12 5.37 -
YUV 89.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 117 82 58 0 0.30 0.50 0.54 24.41 0.34 0.34
Hex 75 52 3A 0 1E 32 36 18 22 22
Octal 165 122 72 0 36 62 66 30 42 42
Binary 1110101 1010010 111010 0 11110 110010 110110 11000 100010 100010

Color Harmonies of #75523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75523A

Black with #75523A

Text Example


Text Example

White with #75523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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