Html Css Color HEX #754F3A Old Copper

📋 copy color: '#754F3A'

red 117 ◦ green 79 ◦ blue 58

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

Shades of Old Copper #754F3A

Tints of Old Copper #754F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

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

R = 46.06%
G = 31.1%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#754F3A (or 0x754F3A) is known color: Old Copper. HEX triplet: 75, 4F and 3A. RGB value is (117,79,58). Sum of RGB (Red+Green+Blue) = 117+79+58=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F3A is #8AB0C5. Grayscale: #585858. Windows color (decimal): -9089222 or 3821429. OLE color: 3821429.

HSL color Cylindrical-coordinate representation of color #754F3A: hue angle of 21.36º 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 #754F3A is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 58 -
CMYK 0 0.32 0.50 0.54
HSL 21.36º 0.34% 0.34% -
HSV(B) 21.36º 0.5% 0.46% -
XYZ 10.9 9.68 5.3 -
YUV 87.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 117 79 58 0 0.32 0.50 0.54 21.36 0.34 0.34
Hex 75 4F 3A 0 20 32 36 15 22 22
Octal 165 117 72 0 40 62 66 25 42 42
Binary 1110101 1001111 111010 0 100000 110010 110110 10101 100010 100010

Color Harmonies of #754F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F3A

Black with #754F3A

Text Example


Text Example

White with #754F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754F3A; }

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

 H1.HeaderClassName
 {
   color: #754F3A;
 }
 .AnyTagClassName
 {
   color: #754F3A;
 }
</style>

background-color css

<style>
 a { background-color: #754F3A; }

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

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

border-color css

<style>
 span { border-color: #754F3A; }

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

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