Html Css Color HEX #745F35 Yellow Metal

📋 copy color: '#745F35'

red 116 ◦ green 95 ◦ blue 53

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

Shades of Yellow Metal #745F35

Tints of Yellow Metal #745F35

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 43.94%
G = 35.98%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#745F35 (or 0x745F35) is known color: Yellow Metal. HEX triplet: 74, 5F and 35. RGB value is (116,95,53). Sum of RGB (Red+Green+Blue) = 116+95+53=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #745F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F35 is #8BA0CA. Grayscale: #606060. Windows color (decimal): -9150667 or 3497844. OLE color: 3497844.

HSL color Cylindrical-coordinate representation of color #745F35: hue angle of 40º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745F35 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 53 -
CMYK 0 0.18 0.54 0.55
HSL 40º 0.37% 0.33% -
HSV(B) 40º 0.54% 0.45% -
XYZ 11.94 12.15 5.09 -
YUV 96.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 116 95 53 0 0.18 0.54 0.55 40 0.37 0.33
Hex 74 5F 35 0 12 36 37 28 25 21
Octal 164 137 65 0 22 66 67 50 45 41
Binary 1110100 1011111 110101 0 10010 110110 110111 101000 100101 100001

Color Harmonies of #745F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F35

Black with #745F35

Text Example


Text Example

White with #745F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F35; }

 p { color: rgb(116,95,53); }

 H1.HeaderClassName
 {
   color: #745F35;
 }
 .AnyTagClassName
 {
   color: #745F35;
 }
</style>

background-color css

<style>
 a { background-color: #745F35; }

 a { background-color: rgb(116,95,53); }

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

border-color css

<style>
 span { border-color: #745F35; }

 span { border-color: rgb(116,95,53); }

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