Html Css Color HEX #754E36 Old Copper

📋 copy color: '#754E36'

red 117 ◦ green 78 ◦ blue 54

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

Shades of Old Copper #754E36

Tints of Old Copper #754E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 46.99%
G = 31.33%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754E36 (or 0x754E36) is known color: Old Copper. HEX triplet: 75, 4E and 36. RGB value is (117,78,54). Sum of RGB (Red+Green+Blue) = 117+78+54=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E36 is #8AB1C9. Grayscale: #575757. Windows color (decimal): -9089482 or 3559029. OLE color: 3559029.

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

Color convert

RGB 117 78 54 -
CMYK 0 0.33 0.54 0.54
HSL 22.86º 0.37% 0.34% -
HSV(B) 22.86º 0.54% 0.46% -
XYZ 10.73 9.5 4.76 -
YUV 86.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 117 78 54 0 0.33 0.54 0.54 22.86 0.37 0.34
Hex 75 4E 36 0 21 36 36 17 25 22
Octal 165 116 66 0 41 66 66 27 45 42
Binary 1110101 1001110 110110 0 100001 110110 110110 10111 100101 100010

Color Harmonies of #754E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E36

Black with #754E36

Text Example


Text Example

White with #754E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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