Html Css Color HEX #75513C Old Copper

📋 copy color: '#75513C'

red 117 ◦ green 81 ◦ blue 60

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

Shades of Old Copper #75513C

Tints of Old Copper #75513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

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

R = 45.35%
G = 31.4%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75513C (or 0x75513C) is known color: Old Copper. HEX triplet: 75, 51 and 3C. RGB value is (117,81,60). Sum of RGB (Red+Green+Blue) = 117+81+60=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75513C is #8AAEC3. Grayscale: #595959. Windows color (decimal): -9088708 or 3953013. OLE color: 3953013.

HSL color Cylindrical-coordinate representation of color #75513C: hue angle of 22.11º 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 #75513C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 60 -
CMYK 0 0.31 0.49 0.54
HSL 22.11º 0.32% 0.35% -
HSV(B) 22.11º 0.49% 0.46% -
XYZ 11.09 9.99 5.62 -
YUV 89.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 117 81 60 0 0.31 0.49 0.54 22.11 0.32 0.35
Hex 75 51 3C 0 1F 31 36 16 20 23
Octal 165 121 74 0 37 61 66 26 40 43
Binary 1110101 1010001 111100 0 11111 110001 110110 10110 100000 100011

Color Harmonies of #75513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75513C

Black with #75513C

Text Example


Text Example

White with #75513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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