Html Css Color HEX #74643A Yellow Metal

📋 copy color: '#74643A'

red 116 ◦ green 100 ◦ blue 58

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

Shades of Yellow Metal #74643A

Tints of Yellow Metal #74643A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 42.34%
G = 36.5%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74643A (or 0x74643A) is known color: Yellow Metal. HEX triplet: 74, 64 and 3A. RGB value is (116,100,58). Sum of RGB (Red+Green+Blue) = 116+100+58=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74643A is #8B9BC5. Grayscale: #646464. Windows color (decimal): -9149382 or 3826804. OLE color: 3826804.

HSL color Cylindrical-coordinate representation of color #74643A: hue angle of 43.45º 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 #74643A is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 58 -
CMYK 0 0.14 0.5 0.55
HSL 43.45º 0.33% 0.34% -
HSV(B) 43.45º 0.5% 0.45% -
XYZ 12.52 13.13 5.88 -
YUV 100 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 116 100 58 0 0.14 0.5 0.55 43.45 0.33 0.34
Hex 74 64 3A 0 E 32 37 2B 21 22
Octal 164 144 72 0 16 62 67 53 41 42
Binary 1110100 1100100 111010 0 1110 110010 110111 101011 100001 100010

Color Harmonies of #74643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74643A

Black with #74643A

Text Example


Text Example

White with #74643A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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