Html Css Color HEX #74603B Yellow Metal

📋 copy color: '#74603B'

red 116 ◦ green 96 ◦ blue 59

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

Shades of Yellow Metal #74603B

Tints of Yellow Metal #74603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 42.8%
G = 35.42%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74603B (or 0x74603B) is known color: Yellow Metal. HEX triplet: 74, 60 and 3B. RGB value is (116,96,59). Sum of RGB (Red+Green+Blue) = 116+96+59=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74603B is #8B9FC4. Grayscale: #616161. Windows color (decimal): -9150405 or 3891316. OLE color: 3891316.

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

Color convert

RGB 116 96 59 -
CMYK 0 0.17 0.49 0.55
HSL 38.95º 0.33% 0.34% -
HSV(B) 38.95º 0.49% 0.45% -
XYZ 12.17 12.39 5.89 -
YUV 97.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 116 96 59 0 0.17 0.49 0.55 38.95 0.33 0.34
Hex 74 60 3B 0 11 31 37 27 21 22
Octal 164 140 73 0 21 61 67 47 41 42
Binary 1110100 1100000 111011 0 10001 110001 110111 100111 100001 100010

Color Harmonies of #74603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74603B

Black with #74603B

Text Example


Text Example

White with #74603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74603B; }

 p { color: rgb(116,96,59); }

 H1.HeaderClassName
 {
   color: #74603B;
 }
 .AnyTagClassName
 {
   color: #74603B;
 }
</style>

background-color css

<style>
 a { background-color: #74603B; }

 a { background-color: rgb(116,96,59); }

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

border-color css

<style>
 span { border-color: #74603B; }

 span { border-color: rgb(116,96,59); }

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