Html Css Color HEX #754E3D Old Copper

📋 copy color: '#754E3D'

red 117 ◦ green 78 ◦ blue 61

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

Shades of Old Copper #754E3D

Tints of Old Copper #754E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 45.7%
G = 30.47%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#754E3D (or 0x754E3D) is known color: Old Copper. HEX triplet: 75, 4E and 3D. RGB value is (117,78,61). Sum of RGB (Red+Green+Blue) = 117+78+61=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E3D is #8AB1C2. Grayscale: #575757. Windows color (decimal): -9089475 or 4017781. OLE color: 4017781.

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

Color convert

RGB 117 78 61 -
CMYK 0 0.33 0.48 0.54
HSL 18.21º 0.31% 0.35% -
HSV(B) 18.21º 0.48% 0.46% -
XYZ 10.9 9.57 5.69 -
YUV 87.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 117 78 61 0 0.33 0.48 0.54 18.21 0.31 0.35
Hex 75 4E 3D 0 21 30 36 12 1F 23
Octal 165 116 75 0 41 60 66 22 37 43
Binary 1110101 1001110 111101 0 100001 110000 110110 10010 11111 100011

Color Harmonies of #754E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E3D

Black with #754E3D

Text Example


Text Example

White with #754E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,61); }

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

background-color css

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

 a { background-color: rgb(117,78,61); }

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

border-color css

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

 span { border-color: rgb(117,78,61); }

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