Html Css Color HEX #74523A Old Copper

📋 copy color: '#74523A'

red 116 ◦ green 82 ◦ blue 58

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

Shades of Old Copper #74523A

Tints of Old Copper #74523A

RGB

 RED value IS 116 (45.7% from 255) = 45.31%

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

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

R = 45.31%
G = 32.03%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74523A (or 0x74523A) is known color: Old Copper. HEX triplet: 74, 52 and 3A. RGB value is (116,82,58). Sum of RGB (Red+Green+Blue) = 116+82+58=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74523A is #8BADC5. Grayscale: #595959. Windows color (decimal): -9153990 or 3822196. OLE color: 3822196.

HSL color Cylindrical-coordinate representation of color #74523A: hue angle of 24.83º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74523A is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 58 -
CMYK 0 0.29 0.5 0.55
HSL 24.83º 0.33% 0.34% -
HSV(B) 24.83º 0.5% 0.45% -
XYZ 10.98 10.05 5.36 -
YUV 89.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 116 82 58 0 0.29 0.5 0.55 24.83 0.33 0.34
Hex 74 52 3A 0 1D 32 37 19 21 22
Octal 164 122 72 0 35 62 67 31 41 42
Binary 1110100 1010010 111010 0 11101 110010 110111 11001 100001 100010

Color Harmonies of #74523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74523A

Black with #74523A

Text Example


Text Example

White with #74523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74523A; }

 p { color: rgb(116,82,58); }

 H1.HeaderClassName
 {
   color: #74523A;
 }
 .AnyTagClassName
 {
   color: #74523A;
 }
</style>

background-color css

<style>
 a { background-color: #74523A; }

 a { background-color: rgb(116,82,58); }

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

border-color css

<style>
 span { border-color: #74523A; }

 span { border-color: rgb(116,82,58); }

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