Html Css Color HEX #74603D Yellow Metal

📋 copy color: '#74603D'

red 116 ◦ green 96 ◦ blue 61

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

Shades of Yellow Metal #74603D

Tints of Yellow Metal #74603D

RGB

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

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

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

R = 42.49%
G = 35.16%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74603D (or 0x74603D) is known color: Yellow Metal. HEX triplet: 74, 60 and 3D. RGB value is (116,96,61). Sum of RGB (Red+Green+Blue) = 116+96+61=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74603D is #8B9FC2. Grayscale: #626262. Windows color (decimal): -9150403 or 4022388. OLE color: 4022388.

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

Color convert

RGB 116 96 61 -
CMYK 0 0.17 0.47 0.55
HSL 38.18º 0.31% 0.35% -
HSV(B) 38.18º 0.47% 0.45% -
XYZ 12.23 12.42 6.17 -
YUV 97.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 116 96 61 0 0.17 0.47 0.55 38.18 0.31 0.35
Hex 74 60 3D 0 11 2F 37 26 1F 23
Octal 164 140 75 0 21 57 67 46 37 43
Binary 1110100 1100000 111101 0 10001 101111 110111 100110 11111 100011

Color Harmonies of #74603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74603D

Black with #74603D

Text Example


Text Example

White with #74603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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