Html Css Color HEX #75523C Old Copper

📋 copy color: '#75523C'

red 117 ◦ green 82 ◦ blue 60

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

Shades of Old Copper #75523C

Tints of Old Copper #75523C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 45.17%
G = 31.66%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75523C (or 0x75523C) is known color: Old Copper. HEX triplet: 75, 52 and 3C. RGB value is (117,82,60). Sum of RGB (Red+Green+Blue) = 117+82+60=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523C is #8AADC3. Grayscale: #5A5A5A. Windows color (decimal): -9088452 or 3953269. OLE color: 3953269.

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

Color convert

RGB 117 82 60 -
CMYK 0 0.30 0.49 0.54
HSL 23.16º 0.32% 0.35% -
HSV(B) 23.16º 0.49% 0.46% -
XYZ 11.17 10.14 5.64 -
YUV 89.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 117 82 60 0 0.30 0.49 0.54 23.16 0.32 0.35
Hex 75 52 3C 0 1E 31 36 17 20 23
Octal 165 122 74 0 36 61 66 27 40 43
Binary 1110101 1010010 111100 0 11110 110001 110110 10111 100000 100011

Color Harmonies of #75523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75523C

Black with #75523C

Text Example


Text Example

White with #75523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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